Html Css Color HEX #EBA0DB Lavender Rose

📋 copy color: '#EBA0DB'

red 235 ◦ green 160 ◦ blue 219

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

Shades of Lavender Rose #EBA0DB

Tints of Lavender Rose #EBA0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.67%

R = 38.27%
G = 26.06%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBA0DB (or 0xEBA0DB) is known color: Lavender Rose. HEX triplet: EB, A0 and DB. RGB value is (235,160,219). Sum of RGB (Red+Green+Blue) = 235+160+219=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0DB is #145F24. Grayscale: #BCBCBC. Windows color (decimal): -1335077 or 14393579. OLE color: 14393579.

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

Color convert

RGB 235 160 219 -
CMYK 0 0.32 0.07 0.08
HSL 312.8º 0.65% 0.77% -
HSV(B) 312.8º 0.32% 0.92% -
XYZ 59.62 47.92 73.12 -
YUV 189.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 235 160 219 0 0.32 0.07 0.08 312.8 0.65 0.77
Hex EB A0 DB 0 20 7 8 139 41 4D
Octal 353 240 333 0 40 7 10 471 101 115
Binary 11101011 10100000 11011011 0 100000 111 1000 100111001 1000001 1001101

Color Harmonies of #EBA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0DB

Black with #EBA0DB

Text Example


Text Example

White with #EBA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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