Html Css Color HEX #E028ED Psychedelic Purple

📋 copy color: '#E028ED'

red 224 ◦ green 40 ◦ blue 237

#E028ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E028ED

Tints of Psychedelic Purple #E028ED

RGB

 RED value IS 224 (87.89% from 255) = 44.71%

 GREEN value IS 40 (16.02% from 255) = 7.98%

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 44.71%
G = 7.98%
B = 47.31%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E028ED (or 0xE028ED) is known color: Psychedelic Purple. HEX triplet: E0, 28 and ED. RGB value is (224,40,237). Sum of RGB (Red+Green+Blue) = 224+40+237=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #E028ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E028ED is #1FD712. Grayscale: #747474. Windows color (decimal): -2086675 or 15542496. OLE color: 15542496.

HSL color Cylindrical-coordinate representation of color #E028ED: hue angle of 296.04º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E028ED is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 40 237 -
CMYK 0.05 0.83 0 0.07
HSL 296.04º 0.85% 0.54% -
HSV(B) 296.04º 0.83% 0.93% -
XYZ 46.79 23.48 82.19 -
YUV 117.47 195.46 203.98 -
System Red Green Blue C M Y K H S L
Decimal 224 40 237 0.05 0.83 0 0.07 296.04 0.85 0.54
Hex E0 28 ED 5 53 0 7 128 55 36
Octal 340 50 355 5 123 0 7 450 125 66
Binary 11100000 101000 11101101 101 1010011 0 111 100101000 1010101 110110

Color Harmonies of #E028ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028ED

Black with #E028ED

Text Example


Text Example

White with #E028ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028ED; }

 p { color: rgb(224,40,237); }

 H1.HeaderClassName
 {
   color: #E028ED;
 }
 .AnyTagClassName
 {
   color: #E028ED;
 }
</style>

background-color css

<style>
 a { background-color: #E028ED; }

 a { background-color: rgb(224,40,237); }

 div.DivClassName
 {
   background-color: #E028ED;
 }
 .BgClassName
 {
   background-color: #E028ED;
 }
</style>

border-color css

<style>
 span { border-color: #E028ED; }

 span { border-color: rgb(224,40,237); }

 td.TdClassName
 {
   border-color: #E028ED;
 }
 .TagClassName
 {
   border-color: #E028ED;
 }
</style>