Html Css Color HEX #EAB3BA Blossom

📋 copy color: '#EAB3BA'

red 234 ◦ green 179 ◦ blue 186

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

Shades of Blossom #EAB3BA

Tints of Blossom #EAB3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.88%

 BLUE value IS 186 (73.05% from 255) = 31.05%

R = 39.07%
G = 29.88%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EAB3BA (or 0xEAB3BA) is known color: Blossom. HEX triplet: EA, B3 and BA. RGB value is (234,179,186). Sum of RGB (Red+Green+Blue) = 234+179+186=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3BA is #154C45. Grayscale: #C4C4C4. Windows color (decimal): -1395782 or 12235754. OLE color: 12235754.

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

Color convert

RGB 234 179 186 -
CMYK 0 0.24 0.21 0.08
HSL 352.36º 0.57% 0.81% -
HSV(B) 352.36º 0.24% 0.92% -
XYZ 58.91 53.28 53.63 -
YUV 196.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 234 179 186 0 0.24 0.21 0.08 352.36 0.57 0.81
Hex EA B3 BA 0 18 15 8 160 39 51
Octal 352 263 272 0 30 25 10 540 71 121
Binary 11101010 10110011 10111010 0 11000 10101 1000 101100000 111001 1010001

Color Harmonies of #EAB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB3BA

Black with #EAB3BA

Text Example


Text Example

White with #EAB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB3BA; }

 p { color: rgb(234,179,186); }

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

background-color css

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

 a { background-color: rgb(234,179,186); }

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

border-color css

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

 span { border-color: rgb(234,179,186); }

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