Html Css Color HEX #EBA1D1 Lavender Rose

📋 copy color: '#EBA1D1'

red 235 ◦ green 161 ◦ blue 209

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

Shades of Lavender Rose #EBA1D1

Tints of Lavender Rose #EBA1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.55%

R = 38.84%
G = 26.61%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBA1D1 (or 0xEBA1D1) is known color: Lavender Rose. HEX triplet: EB, A1 and D1. RGB value is (235,161,209). Sum of RGB (Red+Green+Blue) = 235+161+209=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1D1 is #145E2E. Grayscale: #BCBCBC. Windows color (decimal): -1334831 or 13738475. OLE color: 13738475.

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

Color convert

RGB 235 161 209 -
CMYK 0 0.31 0.11 0.08
HSL 321.08º 0.65% 0.78% -
HSV(B) 321.08º 0.31% 0.92% -
XYZ 58.51 47.76 66.46 -
YUV 188.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 235 161 209 0 0.31 0.11 0.08 321.08 0.65 0.78
Hex EB A1 D1 0 1F B 8 141 41 4E
Octal 353 241 321 0 37 13 10 501 101 116
Binary 11101011 10100001 11010001 0 11111 1011 1000 101000001 1000001 1001110

Color Harmonies of #EBA1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1D1

Black with #EBA1D1

Text Example


Text Example

White with #EBA1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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