Html Css Color HEX #E00EFE Psychedelic Purple

📋 copy color: '#E00EFE'

red 224 ◦ green 14 ◦ blue 254

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

Shades of Psychedelic Purple #E00EFE

Tints of Psychedelic Purple #E00EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.85%

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 45.53%
G = 2.85%
B = 51.63%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E00EFE (or 0xE00EFE) is known color: Psychedelic Purple. HEX triplet: E0, 0E and FE. RGB value is (224,14,254). Sum of RGB (Red+Green+Blue) = 224+14+254=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 14 (5.86% from 255 or 2.85% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #E00EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EFE is #1FF101. Grayscale: #676767. Windows color (decimal): -2093314 or 16649952. OLE color: 16649952.

HSL color Cylindrical-coordinate representation of color #E00EFE: hue angle of 292.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EFE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 14 254 -
CMYK 0.12 0.94 0 0.00
HSL 292.5º 0.99% 0.53% -
HSV(B) 292.5º 0.94% 1% -
XYZ 48.79 23.32 95.7 -
YUV 104.15 212.57 213.49 -
System Red Green Blue C M Y K H S L
Decimal 224 14 254 0.12 0.94 0 0.00 292.5 0.99 0.53
Hex E0 E FE C 5E 0 0 124 63 35
Octal 340 16 376 14 136 0 0 444 143 65
Binary 11100000 1110 11111110 1100 1011110 0 0 100100100 1100011 110101

Color Harmonies of #E00EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EFE

Black with #E00EFE

Text Example


Text Example

White with #E00EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EFE; }

 p { color: rgb(224,14,254); }

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

background-color css

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

 a { background-color: rgb(224,14,254); }

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

border-color css

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

 span { border-color: rgb(224,14,254); }

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