Html Css Color HEX #EBAAB3 Blossom

📋 copy color: '#EBAAB3'

red 235 ◦ green 170 ◦ blue 179

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

Shades of Blossom #EBAAB3

Tints of Blossom #EBAAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.65%

R = 40.24%
G = 29.11%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBAAB3 (or 0xEBAAB3) is known color: Blossom. HEX triplet: EB, AA and B3. RGB value is (235,170,179). Sum of RGB (Red+Green+Blue) = 235+170+179=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB3 is #14554C. Grayscale: #BEBEBE. Windows color (decimal): -1332557 or 11774699. OLE color: 11774699.

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

Color convert

RGB 235 170 179 -
CMYK 0 0.28 0.24 0.08
HSL 351.69º 0.62% 0.79% -
HSV(B) 351.69º 0.28% 0.92% -
XYZ 56.77 49.67 49.24 -
YUV 190.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 235 170 179 0 0.28 0.24 0.08 351.69 0.62 0.79
Hex EB AA B3 0 1C 18 8 160 3E 4F
Octal 353 252 263 0 34 30 10 540 76 117
Binary 11101011 10101010 10110011 0 11100 11000 1000 101100000 111110 1001111

Color Harmonies of #EBAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAB3

Black with #EBAAB3

Text Example


Text Example

White with #EBAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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