Html Css Color HEX #EBA8D9 Lavender Rose

📋 copy color: '#EBA8D9'

red 235 ◦ green 168 ◦ blue 217

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

Shades of Lavender Rose #EBA8D9

Tints of Lavender Rose #EBA8D9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.1%

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

R = 37.9%
G = 27.1%
B = 35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBA8D9 (or 0xEBA8D9) is known color: Lavender Rose. HEX triplet: EB, A8 and D9. RGB value is (235,168,217). Sum of RGB (Red+Green+Blue) = 235+168+217=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8D9 is #145726. Grayscale: #C1C1C1. Windows color (decimal): -1333031 or 14264555. OLE color: 14264555.

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

Color convert

RGB 235 168 217 -
CMYK 0 0.29 0.08 0.08
HSL 316.12º 0.63% 0.79% -
HSV(B) 316.12º 0.29% 0.92% -
XYZ 60.79 50.68 72.22 -
YUV 193.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 235 168 217 0 0.29 0.08 0.08 316.12 0.63 0.79
Hex EB A8 D9 0 1D 8 8 13C 3F 4F
Octal 353 250 331 0 35 10 10 474 77 117
Binary 11101011 10101000 11011001 0 11101 1000 1000 100111100 111111 1001111

Color Harmonies of #EBA8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8D9

Black with #EBA8D9

Text Example


Text Example

White with #EBA8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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