Html Css Color HEX #E00EFC Psychedelic Purple

📋 copy color: '#E00EFC'

red 224 ◦ green 14 ◦ blue 252

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

Shades of Psychedelic Purple #E00EFC

Tints of Psychedelic Purple #E00EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 45.71%
G = 2.86%
B = 51.43%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E00EFC (or 0xE00EFC) is known color: Psychedelic Purple. HEX triplet: E0, 0E and FC. RGB value is (224,14,252). Sum of RGB (Red+Green+Blue) = 224+14+252=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #E00EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EFC is #1FF103. Grayscale: #676767. Windows color (decimal): -2093316 or 16518880. OLE color: 16518880.

HSL color Cylindrical-coordinate representation of color #E00EFC: hue angle of 292.94º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EFC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 14 252 -
CMYK 0.11 0.94 0 0.01
HSL 292.94º 0.98% 0.52% -
HSV(B) 292.94º 0.94% 0.99% -
XYZ 48.47 23.19 94.02 -
YUV 103.92 211.57 213.65 -
System Red Green Blue C M Y K H S L
Decimal 224 14 252 0.11 0.94 0 0.01 292.94 0.98 0.52
Hex E0 E FC B 5E 0 1 125 62 34
Octal 340 16 374 13 136 0 1 445 142 64
Binary 11100000 1110 11111100 1011 1011110 0 1 100100101 1100010 110100

Color Harmonies of #E00EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EFC

Black with #E00EFC

Text Example


Text Example

White with #E00EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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