#E05CFD

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

Shades of Heliotrope #E05CFD

Tints of Heliotrope #E05CFD

Color information

#E05CFD (or 0xE05CFD) is unknown color: approx Heliotrope. HEX triplet: E0, 5C and FD. RGB value is (224,92,253). Sum of RGB (Red+Green+Blue) = 224+92+253=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 92 (36.33% from 255 or 16.17% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #E05CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05CFD is #1FA302. Grayscale: #959595. Windows color (decimal): -2073347 or 16604384. OLE color: 16604384.

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

Color convert

RGB22492253-
CMYK0.110.6400.01
HSL289.19º97.58%67.65%-
HSV(B)289.19º63.64%99.22%-
XYZ52.330.5996.08-
YUV149.82186.23180.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.37%
GREEN value IS 92 (36.33% from 255) = 16.17%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=39.37%
G=16.17%
B=44.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal224922530.110.6400.01289.1997.5867.65
HexE05CFDB40011216244
Octal3401343751310001441142104
Binary11100000101110011111101101110000000110010000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05CFD; }

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

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

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

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

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

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

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

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