Html Css Color HEX #EAB0B5 Blossom

📋 copy color: '#EAB0B5'

red 234 ◦ green 176 ◦ blue 181

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

Shades of Blossom #EAB0B5

Tints of Blossom #EAB0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.63%

R = 39.59%
G = 29.78%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EAB0B5 (or 0xEAB0B5) is known color: Blossom. HEX triplet: EA, B0 and B5. RGB value is (234,176,181). Sum of RGB (Red+Green+Blue) = 234+176+181=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0B5 is #154F4A. Grayscale: #C1C1C1. Windows color (decimal): -1396555 or 11907306. OLE color: 11907306.

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

Color convert

RGB 234 176 181 -
CMYK 0 0.25 0.23 0.08
HSL 354.83º 0.58% 0.8% -
HSV(B) 354.83º 0.25% 0.92% -
XYZ 57.8 51.88 50.68 -
YUV 193.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 234 176 181 0 0.25 0.23 0.08 354.83 0.58 0.8
Hex EA B0 B5 0 19 17 8 163 3A 50
Octal 352 260 265 0 31 27 10 543 72 120
Binary 11101010 10110000 10110101 0 11001 10111 1000 101100011 111010 1010000

Color Harmonies of #EAB0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0B5

Black with #EAB0B5

Text Example


Text Example

White with #EAB0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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