Html Css Color HEX #E01EED Psychedelic Purple

📋 copy color: '#E01EED'

red 224 ◦ green 30 ◦ blue 237

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

Shades of Psychedelic Purple #E01EED

Tints of Psychedelic Purple #E01EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.11%

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

R = 45.62%
G = 6.11%
B = 48.27%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E01EED (or 0xE01EED) is known color: Psychedelic Purple. HEX triplet: E0, 1E and ED. RGB value is (224,30,237). Sum of RGB (Red+Green+Blue) = 224+30+237=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #E01EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01EED is #1FE112. Grayscale: #6E6E6E. Windows color (decimal): -2089235 or 15539936. OLE color: 15539936.

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

Color convert

RGB 224 30 237 -
CMYK 0.05 0.87 0 0.07
HSL 296.23º 0.85% 0.52% -
HSV(B) 296.23º 0.87% 0.93% -
XYZ 46.49 22.89 82.09 -
YUV 111.6 198.77 208.17 -
System Red Green Blue C M Y K H S L
Decimal 224 30 237 0.05 0.87 0 0.07 296.23 0.85 0.52
Hex E0 1E ED 5 57 0 7 128 55 34
Octal 340 36 355 5 127 0 7 450 125 64
Binary 11100000 11110 11101101 101 1010111 0 111 100101000 1010101 110100

Color Harmonies of #E01EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01EED

Black with #E01EED

Text Example


Text Example

White with #E01EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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