#EC9CDB

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

Shades of Lavender Rose #EC9CDB

Tints of Lavender Rose #EC9CDB

Color information

#EC9CDB (or 0xEC9CDB) is unknown color: approx Lavender Rose. HEX triplet: EC, 9C and DB. RGB value is (236,156,219). Sum of RGB (Red+Green+Blue) = 236+156+219=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CDB is #136324. Grayscale: #BABABA. Windows color (decimal): -1270565 or 14392556. OLE color: 14392556.

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

Color convert

RGB236156219-
CMYK00.340.070.07
HSL312.75º67.8%76.86%-
HSV(B)312.75º33.9%92.55%-
XYZ59.2746.7272.91-
YUV187.1146162.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 156 (61.33% from 255) = 25.53%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=38.63%
G=25.53%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615621900.340.070.07312.7567.876.86
HexEC9CDB02277139444d
Octal35423433304277471104115
Binary111011001001110011011011010001011111110011100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CDB; }

 p { color: rgb(236,156,219); }

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

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

 a { background-color: rgb(236,156,219); }

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

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

 span { border-color: rgb(236,156,219); }

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