Html Css Color HEX #EBA7B0 Blossom

📋 copy color: '#EBA7B0'

red 235 ◦ green 167 ◦ blue 176

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

Shades of Blossom #EBA7B0

Tints of Blossom #EBA7B0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.89%

 BLUE value IS 176 (69.14% from 255) = 30.45%

R = 40.66%
G = 28.89%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBA7B0 (or 0xEBA7B0) is known color: Blossom. HEX triplet: EB, A7 and B0. RGB value is (235,167,176). Sum of RGB (Red+Green+Blue) = 235+167+176=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA7B0 is #14584F. Grayscale: #BCBCBC. Windows color (decimal): -1333328 or 11577323. OLE color: 11577323.

HSL color Cylindrical-coordinate representation of color #EBA7B0: hue angle of 352.06º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7B0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 176 -
CMYK 0 0.29 0.25 0.08
HSL 352.06º 0.63% 0.79% -
HSV(B) 352.06º 0.29% 0.92% -
XYZ 55.92 48.43 47.48 -
YUV 188.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 235 167 176 0 0.29 0.25 0.08 352.06 0.63 0.79
Hex EB A7 B0 0 1D 19 8 160 3F 4F
Octal 353 247 260 0 35 31 10 540 77 117
Binary 11101011 10100111 10110000 0 11101 11001 1000 101100000 111111 1001111

Color Harmonies of #EBA7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7B0

Black with #EBA7B0

Text Example


Text Example

White with #EBA7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7B0; }

 p { color: rgb(235,167,176); }

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

background-color css

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

 a { background-color: rgb(235,167,176); }

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

border-color css

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

 span { border-color: rgb(235,167,176); }

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