Html Css Color HEX #EBA0D1 Lavender Rose

📋 copy color: '#EBA0D1'

red 235 ◦ green 160 ◦ blue 209

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

Shades of Lavender Rose #EBA0D1

Tints of Lavender Rose #EBA0D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.6%

R = 38.91%
G = 26.49%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBA0D1 (or 0xEBA0D1) is known color: Lavender Rose. HEX triplet: EB, A0 and D1. RGB value is (235,160,209). Sum of RGB (Red+Green+Blue) = 235+160+209=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0D1 is #145F2E. Grayscale: #BBBBBB. Windows color (decimal): -1335087 or 13738219. OLE color: 13738219.

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

Color convert

RGB 235 160 209 -
CMYK 0 0.32 0.11 0.08
HSL 320.8º 0.65% 0.77% -
HSV(B) 320.8º 0.32% 0.92% -
XYZ 58.34 47.41 66.4 -
YUV 188.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 235 160 209 0 0.32 0.11 0.08 320.8 0.65 0.77
Hex EB A0 D1 0 20 B 8 141 41 4D
Octal 353 240 321 0 40 13 10 501 101 115
Binary 11101011 10100000 11010001 0 100000 1011 1000 101000001 1000001 1001101

Color Harmonies of #EBA0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0D1

Black with #EBA0D1

Text Example


Text Example

White with #EBA0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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