Html Css Color HEX #E04DFC Heliotrope

📋 copy color: '#E04DFC'

red 224 ◦ green 77 ◦ blue 252

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

Shades of Heliotrope #E04DFC

Tints of Heliotrope #E04DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.92%

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

R = 40.51%
G = 13.92%
B = 45.57%

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

#E04DFC (or 0xE04DFC) is known color: Heliotrope. HEX triplet: E0, 4D and FC. RGB value is (224,77,252). Sum of RGB (Red+Green+Blue) = 224+77+252=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 77 (30.47% from 255 or 13.92% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #E04DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04DFC is #1FB203. Grayscale: #8C8C8C. Windows color (decimal): -2077188 or 16535008. OLE color: 16535008.

HSL color Cylindrical-coordinate representation of color #E04DFC: hue angle of 290.4º 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 #E04DFC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 77 252 -
CMYK 0.11 0.69 0 0.01
HSL 290.4º 0.97% 0.65% -
HSV(B) 290.4º 0.69% 0.99% -
XYZ 50.97 28.18 94.85 -
YUV 140.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 224 77 252 0.11 0.69 0 0.01 290.4 0.97 0.65
Hex E0 4D FC B 45 0 1 122 61 41
Octal 340 115 374 13 105 0 1 442 141 101
Binary 11100000 1001101 11111100 1011 1000101 0 1 100100010 1100001 1000001

Color Harmonies of #E04DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DFC

Black with #E04DFC

Text Example


Text Example

White with #E04DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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