Html Css Color HEX #E04EFC Heliotrope

📋 copy color: '#E04EFC'

red 224 ◦ green 78 ◦ blue 252

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

Shades of Heliotrope #E04EFC

Tints of Heliotrope #E04EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.08%

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

R = 40.43%
G = 14.08%
B = 45.49%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E04EFC (or 0xE04EFC) is known color: Heliotrope. HEX triplet: E0, 4E and FC. RGB value is (224,78,252). Sum of RGB (Red+Green+Blue) = 224+78+252=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 78 (30.86% from 255 or 14.08% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #E04EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04EFC is #1FB103. Grayscale: #8C8C8C. Windows color (decimal): -2076932 or 16535264. OLE color: 16535264.

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

Color convert

RGB 224 78 252 -
CMYK 0.11 0.69 0 0.01
HSL 290.34º 0.97% 0.65% -
HSV(B) 290.34º 0.69% 0.99% -
XYZ 51.04 28.32 94.87 -
YUV 141.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 224 78 252 0.11 0.69 0 0.01 290.34 0.97 0.65
Hex E0 4E FC B 45 0 1 122 61 41
Octal 340 116 374 13 105 0 1 442 141 101
Binary 11100000 1001110 11111100 1011 1000101 0 1 100100010 1100001 1000001

Color Harmonies of #E04EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04EFC

Black with #E04EFC

Text Example


Text Example

White with #E04EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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