Html Css Color HEX #E04CFC Heliotrope

📋 copy color: '#E04CFC'

red 224 ◦ green 76 ◦ blue 252

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

Shades of Heliotrope #E04CFC

Tints of Heliotrope #E04CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.77%

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

R = 40.58%
G = 13.77%
B = 45.65%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E04CFC (or 0xE04CFC) is known color: Heliotrope. HEX triplet: E0, 4C and FC. RGB value is (224,76,252). Sum of RGB (Red+Green+Blue) = 224+76+252=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 76 (30.08% from 255 or 13.77% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #E04CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04CFC is #1FB303. Grayscale: #8B8B8B. Windows color (decimal): -2077444 or 16534752. OLE color: 16534752.

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

Color convert

RGB 224 76 252 -
CMYK 0.11 0.70 0 0.01
HSL 290.45º 0.97% 0.64% -
HSV(B) 290.45º 0.7% 0.99% -
XYZ 50.9 28.04 94.83 -
YUV 140.32 191.03 187.69 -
System Red Green Blue C M Y K H S L
Decimal 224 76 252 0.11 0.70 0 0.01 290.45 0.97 0.64
Hex E0 4C FC B 46 0 1 122 61 40
Octal 340 114 374 13 106 0 1 442 141 100
Binary 11100000 1001100 11111100 1011 1000110 0 1 100100010 1100001 1000000

Color Harmonies of #E04CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CFC

Black with #E04CFC

Text Example


Text Example

White with #E04CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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