Html Css Color HEX #EC9DDB Lavender Rose

📋 copy color: '#EC9DDB'

red 236 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #EC9DDB

Tints of Lavender Rose #EC9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.65%

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

R = 38.56%
G = 25.65%
B = 35.78%

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

#EC9DDB (or 0xEC9DDB) is known color: Lavender Rose. HEX triplet: EC, 9D and DB. RGB value is (236,157,219). Sum of RGB (Red+Green+Blue) = 236+157+219=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DDB is #136224. Grayscale: #BBBBBB. Windows color (decimal): -1270309 or 14392812. OLE color: 14392812.

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

Color convert

RGB 236 157 219 -
CMYK 0 0.33 0.07 0.07
HSL 312.91º 0.68% 0.77% -
HSV(B) 312.91º 0.33% 0.93% -
XYZ 59.44 47.06 72.97 -
YUV 187.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 236 157 219 0 0.33 0.07 0.07 312.91 0.68 0.77
Hex EC 9D DB 0 21 7 7 139 44 4D
Octal 354 235 333 0 41 7 7 471 104 115
Binary 11101100 10011101 11011011 0 100001 111 111 100111001 1000100 1001101

Color Harmonies of #EC9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DDB

Black with #EC9DDB

Text Example


Text Example

White with #EC9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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