Html Css Color HEX #EBA5DB Lavender Rose

📋 copy color: '#EBA5DB'

red 235 ◦ green 165 ◦ blue 219

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

Shades of Lavender Rose #EBA5DB

Tints of Lavender Rose #EBA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.66%

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

R = 37.96%
G = 26.66%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBA5DB (or 0xEBA5DB) is known color: Lavender Rose. HEX triplet: EB, A5 and DB. RGB value is (235,165,219). Sum of RGB (Red+Green+Blue) = 235+165+219=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5DB is #145A24. Grayscale: #BFBFBF. Windows color (decimal): -1333797 or 14394859. OLE color: 14394859.

HSL color Cylindrical-coordinate representation of color #EBA5DB: hue angle of 313.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5DB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 219 -
CMYK 0 0.30 0.07 0.08
HSL 313.71º 0.64% 0.78% -
HSV(B) 313.71º 0.3% 0.92% -
XYZ 60.5 49.69 73.42 -
YUV 192.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 235 165 219 0 0.30 0.07 0.08 313.71 0.64 0.78
Hex EB A5 DB 0 1E 7 8 13A 40 4E
Octal 353 245 333 0 36 7 10 472 100 116
Binary 11101011 10100101 11011011 0 11110 111 1000 100111010 1000000 1001110

Color Harmonies of #EBA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5DB

Black with #EBA5DB

Text Example


Text Example

White with #EBA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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