Html Css Color HEX #E008EF Psychedelic Purple

📋 copy color: '#E008EF'

red 224 ◦ green 8 ◦ blue 239

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

Shades of Psychedelic Purple #E008EF

Tints of Psychedelic Purple #E008EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 47.56%
G = 1.7%
B = 50.74%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E008EF (or 0xE008EF) is known color: Psychedelic Purple. HEX triplet: E0, 08 and EF. RGB value is (224,8,239). Sum of RGB (Red+Green+Blue) = 224+8+239=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #E008EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008EF is #1FF710. Grayscale: #626262. Windows color (decimal): -2094865 or 15665376. OLE color: 15665376.

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

Color convert

RGB 224 8 239 -
CMYK 0.06 0.97 0 0.06
HSL 296.1º 0.94% 0.48% -
HSV(B) 296.1º 0.97% 0.94% -
XYZ 46.41 22.25 83.51 -
YUV 98.92 207.06 217.22 -
System Red Green Blue C M Y K H S L
Decimal 224 8 239 0.06 0.97 0 0.06 296.1 0.94 0.48
Hex E0 8 EF 6 61 0 6 128 5E 30
Octal 340 10 357 6 141 0 6 450 136 60
Binary 11100000 1000 11101111 110 1100001 0 110 100101000 1011110 110000

Color Harmonies of #E008EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E008EF

Black with #E008EF

Text Example


Text Example

White with #E008EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E008EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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