#E069ED

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

Shades of Heliotrope #E069ED

Tints of Heliotrope #E069ED

Color information

#E069ED (or 0xE069ED) is unknown color: approx Heliotrope. HEX triplet: E0, 69 and ED. RGB value is (224,105,237). Sum of RGB (Red+Green+Blue) = 224+105+237=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #E069ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069ED is #1F9612. Grayscale: #9B9B9B. Windows color (decimal): -2070035 or 15559136. OLE color: 15559136.

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

Color convert

RGB224105237-
CMYK0.050.5600.07
HSL294.09º78.57%67.06%-
HSV(B)294.09º55.7%92.94%-
XYZ51.0832.0683.62-
YUV155.63173.92176.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 105 (41.41% from 255) = 18.55%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=39.58%
G=18.55%
B=41.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241052370.050.5600.07294.0978.5767.06
HexE069ED538071264f43
Octal34015135557007446117103
Binary11100000110100111101101101111000011110010011010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069ED; }

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

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

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

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

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

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

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

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