Html Css Color HEX #EBA6D9 Lavender Rose

📋 copy color: '#EBA6D9'

red 235 ◦ green 166 ◦ blue 217

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

Shades of Lavender Rose #EBA6D9

Tints of Lavender Rose #EBA6D9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.86%

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

R = 38.03%
G = 26.86%
B = 35.11%

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

#EBA6D9 (or 0xEBA6D9) is known color: Lavender Rose. HEX triplet: EB, A6 and D9. RGB value is (235,166,217). Sum of RGB (Red+Green+Blue) = 235+166+217=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6D9 is #145926. Grayscale: #C0C0C0. Windows color (decimal): -1333543 or 14264043. OLE color: 14264043.

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

Color convert

RGB 235 166 217 -
CMYK 0 0.29 0.08 0.08
HSL 315.65º 0.63% 0.79% -
HSV(B) 315.65º 0.29% 0.92% -
XYZ 60.42 49.94 72.1 -
YUV 192.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 235 166 217 0 0.29 0.08 0.08 315.65 0.63 0.79
Hex EB A6 D9 0 1D 8 8 13C 3F 4F
Octal 353 246 331 0 35 10 10 474 77 117
Binary 11101011 10100110 11011001 0 11101 1000 1000 100111100 111111 1001111

Color Harmonies of #EBA6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6D9

Black with #EBA6D9

Text Example


Text Example

White with #EBA6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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