Html Css Color HEX #EBA1DD Lavender Rose

📋 copy color: '#EBA1DD'

red 235 ◦ green 161 ◦ blue 221

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

Shades of Lavender Rose #EBA1DD

Tints of Lavender Rose #EBA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.09%

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

R = 38.09%
G = 26.09%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBA1DD (or 0xEBA1DD) is known color: Lavender Rose. HEX triplet: EB, A1 and DD. RGB value is (235,161,221). Sum of RGB (Red+Green+Blue) = 235+161+221=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1DD is #145E22. Grayscale: #BDBDBD. Windows color (decimal): -1334819 or 14524907. OLE color: 14524907.

HSL color Cylindrical-coordinate representation of color #EBA1DD: hue angle of 311.35º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA1DD is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 221 -
CMYK 0 0.31 0.06 0.08
HSL 311.35º 0.65% 0.78% -
HSV(B) 311.35º 0.31% 0.92% -
XYZ 60.06 48.37 74.58 -
YUV 189.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 235 161 221 0 0.31 0.06 0.08 311.35 0.65 0.78
Hex EB A1 DD 0 1F 6 8 137 41 4E
Octal 353 241 335 0 37 6 10 467 101 116
Binary 11101011 10100001 11011101 0 11111 110 1000 100110111 1000001 1001110

Color Harmonies of #EBA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1DD

Black with #EBA1DD

Text Example


Text Example

White with #EBA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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