Html Css Color HEX #EBA5B1 Blossom

📋 copy color: '#EBA5B1'

red 235 ◦ green 165 ◦ blue 177

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

Shades of Blossom #EBA5B1

Tints of Blossom #EBA5B1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.6%

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

R = 40.73%
G = 28.6%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBA5B1 (or 0xEBA5B1) is known color: Blossom. HEX triplet: EB, A5 and B1. RGB value is (235,165,177). Sum of RGB (Red+Green+Blue) = 235+165+177=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA5B1 is #145A4E. Grayscale: #BBBBBB. Windows color (decimal): -1333839 or 11642347. OLE color: 11642347.

HSL color Cylindrical-coordinate representation of color #EBA5B1: hue angle of 349.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5B1 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 177 -
CMYK 0 0.30 0.25 0.08
HSL 349.71º 0.64% 0.78% -
HSV(B) 349.71º 0.3% 0.92% -
XYZ 55.65 47.75 47.88 -
YUV 187.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 235 165 177 0 0.30 0.25 0.08 349.71 0.64 0.78
Hex EB A5 B1 0 1E 19 8 15E 40 4E
Octal 353 245 261 0 36 31 10 536 100 116
Binary 11101011 10100101 10110001 0 11110 11001 1000 101011110 1000000 1001110

Color Harmonies of #EBA5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5B1

Black with #EBA5B1

Text Example


Text Example

White with #EBA5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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