Html Css Color HEX #EBA9DD Lavender Rose

📋 copy color: '#EBA9DD'

red 235 ◦ green 169 ◦ blue 221

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

Shades of Lavender Rose #EBA9DD

Tints of Lavender Rose #EBA9DD

RGB

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

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

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

R = 37.6%
G = 27.04%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBA9DD (or 0xEBA9DD) is known color: Lavender Rose. HEX triplet: EB, A9 and DD. RGB value is (235,169,221). Sum of RGB (Red+Green+Blue) = 235+169+221=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9DD is #145622. Grayscale: #C2C2C2. Windows color (decimal): -1332771 or 14526955. OLE color: 14526955.

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

Color convert

RGB 235 169 221 -
CMYK 0 0.28 0.06 0.08
HSL 312.73º 0.62% 0.79% -
HSV(B) 312.73º 0.28% 0.92% -
XYZ 61.5 51.26 75.06 -
YUV 194.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 235 169 221 0 0.28 0.06 0.08 312.73 0.62 0.79
Hex EB A9 DD 0 1C 6 8 139 3E 4F
Octal 353 251 335 0 34 6 10 471 76 117
Binary 11101011 10101001 11011101 0 11100 110 1000 100111001 111110 1001111

Color Harmonies of #EBA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9DD

Black with #EBA9DD

Text Example


Text Example

White with #EBA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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