#EC9FD1

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

Shades of Lavender Rose #EC9FD1

Tints of Lavender Rose #EC9FD1

Color information

#EC9FD1 (or 0xEC9FD1) is unknown color: approx Lavender Rose. HEX triplet: EC, 9F and D1. RGB value is (236,159,209). Sum of RGB (Red+Green+Blue) = 236+159+209=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FD1 is #13602E. Grayscale: #BBBBBB. Windows color (decimal): -1269807 or 13737964. OLE color: 13737964.

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

Color convert

RGB236159209-
CMYK00.330.110.07
HSL321.04º66.96%77.45%-
HSV(B)321.04º32.63%92.55%-
XYZ58.547.2366.36-
YUV187.72140.01162.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=39.07%
G=26.32%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615920900.330.110.07321.0466.9677.45
HexEC9FD1021B7141434d
Octal354237321041137501103115
Binary1110110010011111110100010100001101111110100000110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FD1; }

 p { color: rgb(236,159,209); }

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

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

 a { background-color: rgb(236,159,209); }

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

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

 span { border-color: rgb(236,159,209); }

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