Html Css Color HEX #EBAAB9 Blossom

📋 copy color: '#EBAAB9'

red 235 ◦ green 170 ◦ blue 185

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

Shades of Blossom #EBAAB9

Tints of Blossom #EBAAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.36%

R = 39.83%
G = 28.81%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBAAB9 (or 0xEBAAB9) is known color: Blossom. HEX triplet: EB, AA and B9. RGB value is (235,170,185). Sum of RGB (Red+Green+Blue) = 235+170+185=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB9 is #145546. Grayscale: #BFBFBF. Windows color (decimal): -1332551 or 12167915. OLE color: 12167915.

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

Color convert

RGB 235 170 185 -
CMYK 0 0.28 0.21 0.08
HSL 346.15º 0.62% 0.79% -
HSV(B) 346.15º 0.28% 0.92% -
XYZ 57.39 49.91 52.51 -
YUV 191.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 235 170 185 0 0.28 0.21 0.08 346.15 0.62 0.79
Hex EB AA B9 0 1C 15 8 15A 3E 4F
Octal 353 252 271 0 34 25 10 532 76 117
Binary 11101011 10101010 10111001 0 11100 10101 1000 101011010 111110 1001111

Color Harmonies of #EBAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAB9

Black with #EBAAB9

Text Example


Text Example

White with #EBAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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