Html Css Color HEX #EB9BDD Lavender Rose

📋 copy color: '#EB9BDD'

red 235 ◦ green 155 ◦ blue 221

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

Shades of Lavender Rose #EB9BDD

Tints of Lavender Rose #EB9BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 38.46%
G = 25.37%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB9BDD (or 0xEB9BDD) is known color: Lavender Rose. HEX triplet: EB, 9B and DD. RGB value is (235,155,221). Sum of RGB (Red+Green+Blue) = 235+155+221=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9BDD is #146422. Grayscale: #BABABA. Windows color (decimal): -1336355 or 14523371. OLE color: 14523371.

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

Color convert

RGB 235 155 221 -
CMYK 0 0.34 0.06 0.08
HSL 310.5º 0.67% 0.76% -
HSV(B) 310.5º 0.34% 0.92% -
XYZ 59.03 46.33 74.24 -
YUV 186.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 235 155 221 0 0.34 0.06 0.08 310.5 0.67 0.76
Hex EB 9B DD 0 22 6 8 136 43 4C
Octal 353 233 335 0 42 6 10 466 103 114
Binary 11101011 10011011 11011101 0 100010 110 1000 100110110 1000011 1001100

Color Harmonies of #EB9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9BDD

Black with #EB9BDD

Text Example


Text Example

White with #EB9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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