Html Css Color HEX #E00FEF Psychedelic Purple

📋 copy color: '#E00FEF'

red 224 ◦ green 15 ◦ blue 239

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

Shades of Psychedelic Purple #E00FEF

Tints of Psychedelic Purple #E00FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.14%

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

R = 46.86%
G = 3.14%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E00FEF (or 0xE00FEF) is known color: Psychedelic Purple. HEX triplet: E0, 0F and EF. RGB value is (224,15,239). Sum of RGB (Red+Green+Blue) = 224+15+239=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #E00FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FEF is #1FF010. Grayscale: #666666. Windows color (decimal): -2093073 or 15667168. OLE color: 15667168.

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

Color convert

RGB 224 15 239 -
CMYK 0.06 0.94 0 0.06
HSL 295.98º 0.88% 0.5% -
HSV(B) 295.98º 0.94% 0.94% -
XYZ 46.49 22.42 83.54 -
YUV 103.03 204.74 214.29 -
System Red Green Blue C M Y K H S L
Decimal 224 15 239 0.06 0.94 0 0.06 295.98 0.88 0.5
Hex E0 F EF 6 5E 0 6 128 58 32
Octal 340 17 357 6 136 0 6 450 130 62
Binary 11100000 1111 11101111 110 1011110 0 110 100101000 1011000 110010

Color Harmonies of #E00FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FEF

Black with #E00FEF

Text Example


Text Example

White with #E00FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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