Html Css Color HEX #EBAACB Lavender Pink

📋 copy color: '#EBAACB'

red 235 ◦ green 170 ◦ blue 203

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

Shades of Lavender Pink #EBAACB

Tints of Lavender Pink #EBAACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.39%

R = 38.65%
G = 27.96%
B = 33.39%

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

#EBAACB (or 0xEBAACB) is known color: Lavender Pink. HEX triplet: EB, AA and CB. RGB value is (235,170,203). Sum of RGB (Red+Green+Blue) = 235+170+203=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAACB is #145534. Grayscale: #C1C1C1. Windows color (decimal): -1332533 or 13347563. OLE color: 13347563.

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

Color convert

RGB 235 170 203 -
CMYK 0 0.28 0.14 0.08
HSL 329.54º 0.62% 0.79% -
HSV(B) 329.54º 0.28% 0.92% -
XYZ 59.42 50.72 63.16 -
YUV 193.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 235 170 203 0 0.28 0.14 0.08 329.54 0.62 0.79
Hex EB AA CB 0 1C E 8 14A 3E 4F
Octal 353 252 313 0 34 16 10 512 76 117
Binary 11101011 10101010 11001011 0 11100 1110 1000 101001010 111110 1001111

Color Harmonies of #EBAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAACB

Black with #EBAACB

Text Example


Text Example

White with #EBAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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