Html Css Color HEX #EAB5B9 Blossom

📋 copy color: '#EAB5B9'

red 234 ◦ green 181 ◦ blue 185

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

Shades of Blossom #EAB5B9

Tints of Blossom #EAB5B9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.17%

 BLUE value IS 185 (72.66% from 255) = 30.83%

R = 39%
G = 30.17%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EAB5B9 (or 0xEAB5B9) is known color: Blossom. HEX triplet: EA, B5 and B9. RGB value is (234,181,185). Sum of RGB (Red+Green+Blue) = 234+181+185=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5B9 is #154A46. Grayscale: #C5C5C5. Windows color (decimal): -1395271 or 12170730. OLE color: 12170730.

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

Color convert

RGB 234 181 185 -
CMYK 0 0.23 0.21 0.08
HSL 355.47º 0.56% 0.81% -
HSV(B) 355.47º 0.23% 0.92% -
XYZ 59.21 54.04 53.21 -
YUV 197.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 234 181 185 0 0.23 0.21 0.08 355.47 0.56 0.81
Hex EA B5 B9 0 17 15 8 163 38 51
Octal 352 265 271 0 27 25 10 543 70 121
Binary 11101010 10110101 10111001 0 10111 10101 1000 101100011 111000 1010001

Color Harmonies of #EAB5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB5B9

Black with #EAB5B9

Text Example


Text Example

White with #EAB5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB5B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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