Html Css Color HEX #E008ED Psychedelic Purple

📋 copy color: '#E008ED'

red 224 ◦ green 8 ◦ blue 237

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

Shades of Psychedelic Purple #E008ED

Tints of Psychedelic Purple #E008ED

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.71%

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

R = 47.76%
G = 1.71%
B = 50.53%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E008ED (or 0xE008ED) is known color: Psychedelic Purple. HEX triplet: E0, 08 and ED. RGB value is (224,8,237). Sum of RGB (Red+Green+Blue) = 224+8+237=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 8 (3.52% from 255 or 1.71% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #E008ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008ED is #1FF712. Grayscale: #616161. Windows color (decimal): -2094867 or 15534304. OLE color: 15534304.

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

Color convert

RGB 224 8 237 -
CMYK 0.05 0.97 0 0.07
HSL 296.59º 0.93% 0.48% -
HSV(B) 296.59º 0.97% 0.93% -
XYZ 46.11 22.14 81.96 -
YUV 98.69 206.06 217.38 -
System Red Green Blue C M Y K H S L
Decimal 224 8 237 0.05 0.97 0 0.07 296.59 0.93 0.48
Hex E0 8 ED 5 61 0 7 129 5D 30
Octal 340 10 355 5 141 0 7 451 135 60
Binary 11100000 1000 11101101 101 1100001 0 111 100101001 1011101 110000

Color Harmonies of #E008ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E008ED

Black with #E008ED

Text Example


Text Example

White with #E008ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E008ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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