Html Css Color HEX #EBAAC9 Lavender Pink

📋 copy color: '#EBAAC9'

red 235 ◦ green 170 ◦ blue 201

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

Shades of Lavender Pink #EBAAC9

Tints of Lavender Pink #EBAAC9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.05%

 BLUE value IS 201 (78.91% from 255) = 33.17%

R = 38.78%
G = 28.05%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBAAC9 (or 0xEBAAC9) is known color: Lavender Pink. HEX triplet: EB, AA and C9. RGB value is (235,170,201). Sum of RGB (Red+Green+Blue) = 235+170+201=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC9 is #145536. Grayscale: #C0C0C0. Windows color (decimal): -1332535 or 13216491. OLE color: 13216491.

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

Color convert

RGB 235 170 201 -
CMYK 0 0.28 0.14 0.08
HSL 331.38º 0.62% 0.79% -
HSV(B) 331.38º 0.28% 0.92% -
XYZ 59.18 50.63 61.91 -
YUV 192.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 235 170 201 0 0.28 0.14 0.08 331.38 0.62 0.79
Hex EB AA C9 0 1C E 8 14B 3E 4F
Octal 353 252 311 0 34 16 10 513 76 117
Binary 11101011 10101010 11001001 0 11100 1110 1000 101001011 111110 1001111

Color Harmonies of #EBAAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAC9

Black with #EBAAC9

Text Example


Text Example

White with #EBAAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAC9; }

 p { color: rgb(235,170,201); }

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

background-color css

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

 a { background-color: rgb(235,170,201); }

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

border-color css

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

 span { border-color: rgb(235,170,201); }

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