Html Css Color HEX #EB9BDB Lavender Rose

📋 copy color: '#EB9BDB'

red 235 ◦ green 155 ◦ blue 219

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

Shades of Lavender Rose #EB9BDB

Tints of Lavender Rose #EB9BDB

RGB

 RED value IS 235 (92.19% from 255) = 38.59%

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

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

R = 38.59%
G = 25.45%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB9BDB (or 0xEB9BDB) is known color: Lavender Rose. HEX triplet: EB, 9B and DB. RGB value is (235,155,219). Sum of RGB (Red+Green+Blue) = 235+155+219=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9BDB is #146424. Grayscale: #BABABA. Windows color (decimal): -1336357 or 14392299. OLE color: 14392299.

HSL color Cylindrical-coordinate representation of color #EB9BDB: hue angle of 312º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9BDB is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 155 219 -
CMYK 0 0.34 0.07 0.08
HSL 312º 0.67% 0.76% -
HSV(B) 312º 0.34% 0.92% -
XYZ 58.77 46.22 72.84 -
YUV 186.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 235 155 219 0 0.34 0.07 0.08 312 0.67 0.76
Hex EB 9B DB 0 22 7 8 138 43 4C
Octal 353 233 333 0 42 7 10 470 103 114
Binary 11101011 10011011 11011011 0 100010 111 1000 100111000 1000011 1001100

Color Harmonies of #EB9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9BDB

Black with #EB9BDB

Text Example


Text Example

White with #EB9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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