Html Css Color HEX #EC9FDB Lavender Rose

📋 copy color: '#EC9FDB'

red 236 ◦ green 159 ◦ blue 219

#EC9FDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #EC9FDB

Tints of Lavender Rose #EC9FDB

RGB

 RED value IS 236 (92.58% from 255) = 38.44%

 GREEN value IS 159 (62.5% from 255) = 25.9%

 BLUE value IS 219 (85.94% from 255) = 35.67%

R = 38.44%
G = 25.9%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC9FDB (or 0xEC9FDB) is known color: Lavender Rose. HEX triplet: EC, 9F and DB. RGB value is (236,159,219). Sum of RGB (Red+Green+Blue) = 236+159+219=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FDB is #136024. Grayscale: #BCBCBC. Windows color (decimal): -1269797 or 14393324. OLE color: 14393324.

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

Color convert

RGB 236 159 219 -
CMYK 0 0.33 0.07 0.07
HSL 313.25º 0.67% 0.77% -
HSV(B) 313.25º 0.33% 0.93% -
XYZ 59.78 47.74 73.08 -
YUV 188.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 236 159 219 0 0.33 0.07 0.07 313.25 0.67 0.77
Hex EC 9F DB 0 21 7 7 139 43 4D
Octal 354 237 333 0 41 7 7 471 103 115
Binary 11101100 10011111 11011011 0 100001 111 111 100111001 1000011 1001101

Color Harmonies of #EC9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9FDB

Black with #EC9FDB

Text Example


Text Example

White with #EC9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9FDB; }

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

 H1.HeaderClassName
 {
   color: #EC9FDB;
 }
 .AnyTagClassName
 {
   color: #EC9FDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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