Html Css Color HEX #EBA9D9 Lavender Rose

📋 copy color: '#EBA9D9'

red 235 ◦ green 169 ◦ blue 217

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

Shades of Lavender Rose #EBA9D9

Tints of Lavender Rose #EBA9D9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.21%

 BLUE value IS 217 (85.16% from 255) = 34.94%

R = 37.84%
G = 27.21%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBA9D9 (or 0xEBA9D9) is known color: Lavender Rose. HEX triplet: EB, A9 and D9. RGB value is (235,169,217). Sum of RGB (Red+Green+Blue) = 235+169+217=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9D9 is #145626. Grayscale: #C2C2C2. Windows color (decimal): -1332775 or 14264811. OLE color: 14264811.

HSL color Cylindrical-coordinate representation of color #EBA9D9: hue angle of 316.36º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9D9 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 217 -
CMYK 0 0.28 0.08 0.08
HSL 316.36º 0.62% 0.79% -
HSV(B) 316.36º 0.28% 0.92% -
XYZ 60.97 51.05 72.29 -
YUV 194.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 235 169 217 0 0.28 0.08 0.08 316.36 0.62 0.79
Hex EB A9 D9 0 1C 8 8 13C 3E 4F
Octal 353 251 331 0 34 10 10 474 76 117
Binary 11101011 10101001 11011001 0 11100 1000 1000 100111100 111110 1001111

Color Harmonies of #EBA9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9D9

Black with #EBA9D9

Text Example


Text Example

White with #EBA9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9D9; }

 p { color: rgb(235,169,217); }

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

background-color css

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

 a { background-color: rgb(235,169,217); }

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

border-color css

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

 span { border-color: rgb(235,169,217); }

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