Html Css Color HEX #EBAAB1 Blossom

📋 copy color: '#EBAAB1'

red 235 ◦ green 170 ◦ blue 177

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

Shades of Blossom #EBAAB1

Tints of Blossom #EBAAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.41%

R = 40.38%
G = 29.21%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBAAB1 (or 0xEBAAB1) is known color: Blossom. HEX triplet: EB, AA and B1. RGB value is (235,170,177). Sum of RGB (Red+Green+Blue) = 235+170+177=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAB1 is #14554E. Grayscale: #BEBEBE. Windows color (decimal): -1332559 or 11643627. OLE color: 11643627.

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

Color convert

RGB 235 170 177 -
CMYK 0 0.28 0.25 0.08
HSL 353.54º 0.62% 0.79% -
HSV(B) 353.54º 0.28% 0.92% -
XYZ 56.57 49.59 48.18 -
YUV 190.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 235 170 177 0 0.28 0.25 0.08 353.54 0.62 0.79
Hex EB AA B1 0 1C 19 8 162 3E 4F
Octal 353 252 261 0 34 31 10 542 76 117
Binary 11101011 10101010 10110001 0 11100 11001 1000 101100010 111110 1001111

Color Harmonies of #EBAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAB1

Black with #EBAAB1

Text Example


Text Example

White with #EBAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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