Html Css Color HEX #EAB0B8 Blossom

📋 copy color: '#EAB0B8'

red 234 ◦ green 176 ◦ blue 184

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

Shades of Blossom #EAB0B8

Tints of Blossom #EAB0B8

RGB

 RED value IS 234 (91.8% from 255) = 39.39%

 GREEN value IS 176 (69.14% from 255) = 29.63%

 BLUE value IS 184 (72.27% from 255) = 30.98%

R = 39.39%
G = 29.63%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EAB0B8 (or 0xEAB0B8) is known color: Blossom. HEX triplet: EA, B0 and B8. RGB value is (234,176,184). Sum of RGB (Red+Green+Blue) = 234+176+184=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0B8 is #154F47. Grayscale: #C2C2C2. Windows color (decimal): -1396552 or 12103914. OLE color: 12103914.

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

Color convert

RGB 234 176 184 -
CMYK 0 0.25 0.21 0.08
HSL 351.72º 0.58% 0.8% -
HSV(B) 351.72º 0.25% 0.92% -
XYZ 58.11 52 52.32 -
YUV 194.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 234 176 184 0 0.25 0.21 0.08 351.72 0.58 0.8
Hex EA B0 B8 0 19 15 8 160 3A 50
Octal 352 260 270 0 31 25 10 540 72 120
Binary 11101010 10110000 10111000 0 11001 10101 1000 101100000 111010 1010000

Color Harmonies of #EAB0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0B8

Black with #EAB0B8

Text Example


Text Example

White with #EAB0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0B8; }

 p { color: rgb(234,176,184); }

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

background-color css

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

 a { background-color: rgb(234,176,184); }

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

border-color css

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

 span { border-color: rgb(234,176,184); }

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