Html Css Color HEX #EB9DDB Lavender Rose

📋 copy color: '#EB9DDB'

red 235 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #EB9DDB

Tints of Lavender Rose #EB9DDB

RGB

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

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

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

R = 38.46%
G = 25.7%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB9DDB (or 0xEB9DDB) is known color: Lavender Rose. HEX triplet: EB, 9D and DB. RGB value is (235,157,219). Sum of RGB (Red+Green+Blue) = 235+157+219=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DDB is #146224. Grayscale: #BBBBBB. Windows color (decimal): -1335845 or 14392811. OLE color: 14392811.

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

Color convert

RGB 235 157 219 -
CMYK 0 0.33 0.07 0.08
HSL 312.31º 0.66% 0.77% -
HSV(B) 312.31º 0.33% 0.92% -
XYZ 59.1 46.89 72.95 -
YUV 187.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 235 157 219 0 0.33 0.07 0.08 312.31 0.66 0.77
Hex EB 9D DB 0 21 7 8 138 42 4D
Octal 353 235 333 0 41 7 10 470 102 115
Binary 11101011 10011101 11011011 0 100001 111 1000 100111000 1000010 1001101

Color Harmonies of #EB9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9DDB

Black with #EB9DDB

Text Example


Text Example

White with #EB9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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