#E169ED

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

Shades of Heliotrope #E169ED

Tints of Heliotrope #E169ED

Color information

#E169ED (or 0xE169ED) is unknown color: approx Heliotrope. HEX triplet: E1, 69 and ED. RGB value is (225,105,237). Sum of RGB (Red+Green+Blue) = 225+105+237=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #E169ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E169ED is #1E9612. Grayscale: #9B9B9B. Windows color (decimal): -2004499 or 15559137. OLE color: 15559137.

HSL color Cylindrical-coordinate representation of color #E169ED: hue angle of 294.55º 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 #E169ED is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225105237-
CMYK0.050.5600.07
HSL294.55º78.57%67.06%-
HSV(B)294.55º55.7%92.94%-
XYZ51.3932.2383.63-
YUV155.93173.76177.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 105 (41.41% from 255) = 18.52%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=39.68%
G=18.52%
B=41.80%

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
Decimal2251052370.050.5600.07294.5578.5767.06
HexE169ED538071274f43
Octal34115135557007447117103
Binary11100001110100111101101101111000011110010011110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169ED; }

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

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

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

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

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

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

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

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