Html Css Color HEX #EBA9E1 Lavender Rose

📋 copy color: '#EBA9E1'

red 235 ◦ green 169 ◦ blue 225

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

Shades of Lavender Rose #EBA9E1

Tints of Lavender Rose #EBA9E1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.87%

 BLUE value IS 225 (88.28% from 255) = 35.77%

R = 37.36%
G = 26.87%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBA9E1 (or 0xEBA9E1) is known color: Lavender Rose. HEX triplet: EB, A9 and E1. RGB value is (235,169,225). Sum of RGB (Red+Green+Blue) = 235+169+225=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9E1 is #14561E. Grayscale: #C2C2C2. Windows color (decimal): -1332767 or 14789099. OLE color: 14789099.

HSL color Cylindrical-coordinate representation of color #EBA9E1: hue angle of 309.09º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9E1 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 225 -
CMYK 0 0.28 0.04 0.08
HSL 309.09º 0.62% 0.79% -
HSV(B) 309.09º 0.28% 0.92% -
XYZ 62.04 51.47 77.9 -
YUV 195.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 235 169 225 0 0.28 0.04 0.08 309.09 0.62 0.79
Hex EB A9 E1 0 1C 4 8 135 3E 4F
Octal 353 251 341 0 34 4 10 465 76 117
Binary 11101011 10101001 11100001 0 11100 100 1000 100110101 111110 1001111

Color Harmonies of #EBA9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9E1

Black with #EBA9E1

Text Example


Text Example

White with #EBA9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9E1; }

 p { color: rgb(235,169,225); }

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

background-color css

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

 a { background-color: rgb(235,169,225); }

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

border-color css

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

 span { border-color: rgb(235,169,225); }

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