#E04CF9

Color #E04CF9 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E04CF9

Tints of Heliotrope #E04CF9

Color information

#E04CF9 (or 0xE04CF9) is unknown color: approx Heliotrope. HEX triplet: E0, 4C and F9. RGB value is (224,76,249). Sum of RGB (Red+Green+Blue) = 224+76+249=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #E04CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04CF9 is #1FB306. Grayscale: #8B8B8B. Windows color (decimal): -2077447 or 16338144. OLE color: 16338144.

HSL color Cylindrical-coordinate representation of color #E04CF9: hue angle of 291.33º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04CF9 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22476249-
CMYK0.100.6900.02
HSL291.33º93.51%63.73%-
HSV(B)291.33º69.48%97.65%-
XYZ50.4227.8692.34-
YUV139.97189.53187.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 76 (30.08% from 255) = 13.84%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=40.80%
G=13.84%
B=45.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224762490.100.6900.02291.3393.5163.73
HexE04CF9A45021235e40
Octal3401143711210502443136100
Binary111000001001100111110011010100010101010010001110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04CF9; }

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

 H1.HeaderClassName
 {
   color: #E04CF9;
 }
 .AnyTagClassName
 {
   color: #E04CF9;
 }
</style>
background-color css

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

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

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

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

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

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