Html Css Color HEX #EBA1DF Lavender Rose

📋 copy color: '#EBA1DF'

red 235 ◦ green 161 ◦ blue 223

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

Shades of Lavender Rose #EBA1DF

Tints of Lavender Rose #EBA1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 37.96%
G = 26.01%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBA1DF (or 0xEBA1DF) is known color: Lavender Rose. HEX triplet: EB, A1 and DF. RGB value is (235,161,223). Sum of RGB (Red+Green+Blue) = 235+161+223=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1DF is #145E20. Grayscale: #BEBEBE. Windows color (decimal): -1334817 or 14655979. OLE color: 14655979.

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

Color convert

RGB 235 161 223 -
CMYK 0 0.31 0.05 0.08
HSL 309.73º 0.65% 0.78% -
HSV(B) 309.73º 0.31% 0.92% -
XYZ 60.33 48.48 75.99 -
YUV 190.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 235 161 223 0 0.31 0.05 0.08 309.73 0.65 0.78
Hex EB A1 DF 0 1F 5 8 136 41 4E
Octal 353 241 337 0 37 5 10 466 101 116
Binary 11101011 10100001 11011111 0 11111 101 1000 100110110 1000001 1001110

Color Harmonies of #EBA1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1DF

Black with #EBA1DF

Text Example


Text Example

White with #EBA1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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