Html Css Color HEX #EBA0D9 Lavender Rose

📋 copy color: '#EBA0D9'

red 235 ◦ green 160 ◦ blue 217

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

Shades of Lavender Rose #EBA0D9

Tints of Lavender Rose #EBA0D9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.14%

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

R = 38.4%
G = 26.14%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBA0D9 (or 0xEBA0D9) is known color: Lavender Rose. HEX triplet: EB, A0 and D9. RGB value is (235,160,217). Sum of RGB (Red+Green+Blue) = 235+160+217=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0D9 is #145F26. Grayscale: #BCBCBC. Windows color (decimal): -1335079 or 14262507. OLE color: 14262507.

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

Color convert

RGB 235 160 217 -
CMYK 0 0.32 0.08 0.08
HSL 314.4º 0.65% 0.77% -
HSV(B) 314.4º 0.32% 0.92% -
XYZ 59.36 47.81 71.75 -
YUV 188.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 235 160 217 0 0.32 0.08 0.08 314.4 0.65 0.77
Hex EB A0 D9 0 20 8 8 13A 41 4D
Octal 353 240 331 0 40 10 10 472 101 115
Binary 11101011 10100000 11011001 0 100000 1000 1000 100111010 1000001 1001101

Color Harmonies of #EBA0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0D9

Black with #EBA0D9

Text Example


Text Example

White with #EBA0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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