Html Css Color HEX #EBA0D7 Lavender Rose

📋 copy color: '#EBA0D7'

red 235 ◦ green 160 ◦ blue 215

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

Shades of Lavender Rose #EBA0D7

Tints of Lavender Rose #EBA0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.25%

R = 38.52%
G = 26.23%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBA0D7 (or 0xEBA0D7) is known color: Lavender Rose. HEX triplet: EB, A0 and D7. RGB value is (235,160,215). Sum of RGB (Red+Green+Blue) = 235+160+215=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0D7 is #145F28. Grayscale: #BCBCBC. Windows color (decimal): -1335081 or 14131435. OLE color: 14131435.

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

Color convert

RGB 235 160 215 -
CMYK 0 0.32 0.09 0.08
HSL 316º 0.65% 0.77% -
HSV(B) 316º 0.32% 0.92% -
XYZ 59.1 47.71 70.38 -
YUV 188.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 235 160 215 0 0.32 0.09 0.08 316 0.65 0.77
Hex EB A0 D7 0 20 9 8 13C 41 4D
Octal 353 240 327 0 40 11 10 474 101 115
Binary 11101011 10100000 11010111 0 100000 1001 1000 100111100 1000001 1001101

Color Harmonies of #EBA0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0D7

Black with #EBA0D7

Text Example


Text Example

White with #EBA0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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