Html Css Color HEX #EBA6D5 Lavender Rose

📋 copy color: '#EBA6D5'

red 235 ◦ green 166 ◦ blue 213

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

Shades of Lavender Rose #EBA6D5

Tints of Lavender Rose #EBA6D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 38.27%
G = 27.04%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBA6D5 (or 0xEBA6D5) is known color: Lavender Rose. HEX triplet: EB, A6 and D5. RGB value is (235,166,213). Sum of RGB (Red+Green+Blue) = 235+166+213=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6D5 is #14592A. Grayscale: #BFBFBF. Windows color (decimal): -1333547 or 14001899. OLE color: 14001899.

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

Color convert

RGB 235 166 213 -
CMYK 0 0.29 0.09 0.08
HSL 319.13º 0.63% 0.79% -
HSV(B) 319.13º 0.29% 0.92% -
XYZ 59.91 49.74 69.39 -
YUV 191.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 235 166 213 0 0.29 0.09 0.08 319.13 0.63 0.79
Hex EB A6 D5 0 1D 9 8 13F 3F 4F
Octal 353 246 325 0 35 11 10 477 77 117
Binary 11101011 10100110 11010101 0 11101 1001 1000 100111111 111111 1001111

Color Harmonies of #EBA6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6D5

Black with #EBA6D5

Text Example


Text Example

White with #EBA6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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