Html Css Color HEX #EB9DDD Lavender Rose

📋 copy color: '#EB9DDD'

red 235 ◦ green 157 ◦ blue 221

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

Shades of Lavender Rose #EB9DDD

Tints of Lavender Rose #EB9DDD

RGB

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

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

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

R = 38.34%
G = 25.61%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB9DDD (or 0xEB9DDD) is known color: Lavender Rose. HEX triplet: EB, 9D and DD. RGB value is (235,157,221). Sum of RGB (Red+Green+Blue) = 235+157+221=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DDD is #146222. Grayscale: #BBBBBB. Windows color (decimal): -1335843 or 14523883. OLE color: 14523883.

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

Color convert

RGB 235 157 221 -
CMYK 0 0.33 0.06 0.08
HSL 310.77º 0.66% 0.77% -
HSV(B) 310.77º 0.33% 0.92% -
XYZ 59.37 47 74.35 -
YUV 187.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 235 157 221 0 0.33 0.06 0.08 310.77 0.66 0.77
Hex EB 9D DD 0 21 6 8 137 42 4D
Octal 353 235 335 0 41 6 10 467 102 115
Binary 11101011 10011101 11011101 0 100001 110 1000 100110111 1000010 1001101

Color Harmonies of #EB9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9DDD

Black with #EB9DDD

Text Example


Text Example

White with #EB9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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