#E05CFC

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

Shades of Heliotrope #E05CFC

Tints of Heliotrope #E05CFC

Color information

#E05CFC (or 0xE05CFC) is unknown color: approx Heliotrope. HEX triplet: E0, 5C and FC. RGB value is (224,92,252). Sum of RGB (Red+Green+Blue) = 224+92+252=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 92 (36.33% from 255 or 16.20% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #E05CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05CFC is #1FA303. Grayscale: #959595. Windows color (decimal): -2073348 or 16538848. OLE color: 16538848.

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

Color convert

RGB22492252-
CMYK0.110.6300.01
HSL289.5º96.39%67.45%-
HSV(B)289.5º63.49%98.82%-
XYZ52.1430.5395.24-
YUV149.71185.73180.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 92 (36.33% from 255) = 16.20%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=39.44%
G=16.20%
B=44.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal224922520.110.6300.01289.596.3967.45
HexE05CFCB3F011226043
Octal340134374137701442140103
Binary1110000010111001111110010111111110110010001011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05CFC; }

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

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

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

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

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

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

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

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