Html Css Color HEX #EBA0DD Lavender Rose

📋 copy color: '#EBA0DD'

red 235 ◦ green 160 ◦ blue 221

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

Shades of Lavender Rose #EBA0DD

Tints of Lavender Rose #EBA0DD

RGB

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

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

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

R = 38.15%
G = 25.97%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBA0DD (or 0xEBA0DD) is known color: Lavender Rose. HEX triplet: EB, A0 and DD. RGB value is (235,160,221). Sum of RGB (Red+Green+Blue) = 235+160+221=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0DD is #145F22. Grayscale: #BDBDBD. Windows color (decimal): -1335075 or 14524651. OLE color: 14524651.

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

Color convert

RGB 235 160 221 -
CMYK 0 0.32 0.06 0.08
HSL 311.2º 0.65% 0.77% -
HSV(B) 311.2º 0.32% 0.92% -
XYZ 59.88 48.02 74.52 -
YUV 189.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 235 160 221 0 0.32 0.06 0.08 311.2 0.65 0.77
Hex EB A0 DD 0 20 6 8 137 41 4D
Octal 353 240 335 0 40 6 10 467 101 115
Binary 11101011 10100000 11011101 0 100000 110 1000 100110111 1000001 1001101

Color Harmonies of #EBA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA0DD

Black with #EBA0DD

Text Example


Text Example

White with #EBA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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