Html Css Color HEX #EC9BDB Lavender Rose

📋 copy color: '#EC9BDB'

red 236 ◦ green 155 ◦ blue 219

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

Shades of Lavender Rose #EC9BDB

Tints of Lavender Rose #EC9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.41%

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

R = 38.69%
G = 25.41%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC9BDB (or 0xEC9BDB) is known color: Lavender Rose. HEX triplet: EC, 9B and DB. RGB value is (236,155,219). Sum of RGB (Red+Green+Blue) = 236+155+219=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BDB is #136424. Grayscale: #BABABA. Windows color (decimal): -1270821 or 14392300. OLE color: 14392300.

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

Color convert

RGB 236 155 219 -
CMYK 0 0.34 0.07 0.07
HSL 312.59º 0.68% 0.77% -
HSV(B) 312.59º 0.34% 0.93% -
XYZ 59.1 46.39 72.86 -
YUV 186.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 236 155 219 0 0.34 0.07 0.07 312.59 0.68 0.77
Hex EC 9B DB 0 22 7 7 139 44 4D
Octal 354 233 333 0 42 7 7 471 104 115
Binary 11101100 10011011 11011011 0 100010 111 111 100111001 1000100 1001101

Color Harmonies of #EC9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BDB

Black with #EC9BDB

Text Example


Text Example

White with #EC9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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