Html Css Color HEX #EBA1D7 Lavender Rose

📋 copy color: '#EBA1D7'

red 235 ◦ green 161 ◦ blue 215

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

Shades of Lavender Rose #EBA1D7

Tints of Lavender Rose #EBA1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.19%

R = 38.46%
G = 26.35%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBA1D7 (or 0xEBA1D7) is known color: Lavender Rose. HEX triplet: EB, A1 and D7. RGB value is (235,161,215). Sum of RGB (Red+Green+Blue) = 235+161+215=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1D7 is #145E28. Grayscale: #BDBDBD. Windows color (decimal): -1334825 or 14131691. OLE color: 14131691.

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

Color convert

RGB 235 161 215 -
CMYK 0 0.31 0.09 0.08
HSL 316.22º 0.65% 0.78% -
HSV(B) 316.22º 0.31% 0.92% -
XYZ 59.27 48.06 70.44 -
YUV 189.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 235 161 215 0 0.31 0.09 0.08 316.22 0.65 0.78
Hex EB A1 D7 0 1F 9 8 13C 41 4E
Octal 353 241 327 0 37 11 10 474 101 116
Binary 11101011 10100001 11010111 0 11111 1001 1000 100111100 1000001 1001110

Color Harmonies of #EBA1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1D7

Black with #EBA1D7

Text Example


Text Example

White with #EBA1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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