Html Css Color HEX #EBA5DD Lavender Rose

📋 copy color: '#EBA5DD'

red 235 ◦ green 165 ◦ blue 221

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

Shades of Lavender Rose #EBA5DD

Tints of Lavender Rose #EBA5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 37.84%
G = 26.57%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBA5DD (or 0xEBA5DD) is known color: Lavender Rose. HEX triplet: EB, A5 and DD. RGB value is (235,165,221). Sum of RGB (Red+Green+Blue) = 235+165+221=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5DD is #145A22. Grayscale: #C0C0C0. Windows color (decimal): -1333795 or 14525931. OLE color: 14525931.

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

Color convert

RGB 235 165 221 -
CMYK 0 0.30 0.06 0.08
HSL 312º 0.64% 0.78% -
HSV(B) 312º 0.3% 0.92% -
XYZ 60.77 49.79 74.81 -
YUV 192.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 235 165 221 0 0.30 0.06 0.08 312 0.64 0.78
Hex EB A5 DD 0 1E 6 8 138 40 4E
Octal 353 245 335 0 36 6 10 470 100 116
Binary 11101011 10100101 11011101 0 11110 110 1000 100111000 1000000 1001110

Color Harmonies of #EBA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5DD

Black with #EBA5DD

Text Example


Text Example

White with #EBA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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