#E065ED

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

Shades of Heliotrope #E065ED

Tints of Heliotrope #E065ED

Color information

#E065ED (or 0xE065ED) is unknown color: approx Heliotrope. HEX triplet: E0, 65 and ED. RGB value is (224,101,237). Sum of RGB (Red+Green+Blue) = 224+101+237=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #E065ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065ED is #1F9A12. Grayscale: #989898. Windows color (decimal): -2071059 or 15558112. OLE color: 15558112.

HSL color Cylindrical-coordinate representation of color #E065ED: hue angle of 294.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E065ED is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224101237-
CMYK0.050.5700.07
HSL294.26º79.07%66.27%-
HSV(B)294.26º57.38%92.94%-
XYZ50.6831.2783.49-
YUV153.28175.25178.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 101 (39.84% from 255) = 17.97%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=39.86%
G=17.97%
B=42.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241012370.050.5700.07294.2679.0766.27
HexE065ED539071264f42
Octal34014535557107446117102
Binary11100000110010111101101101111001011110010011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065ED; }

 p { color: rgb(224,101,237); }

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

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

 a { background-color: rgb(224,101,237); }

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

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

 span { border-color: rgb(224,101,237); }

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