Html Css Color HEX #EAB2BA Blossom

📋 copy color: '#EAB2BA'

red 234 ◦ green 178 ◦ blue 186

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

Shades of Blossom #EAB2BA

Tints of Blossom #EAB2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.77%

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

R = 39.13%
G = 29.77%
B = 31.1%

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

#EAB2BA (or 0xEAB2BA) is known color: Blossom. HEX triplet: EA, B2 and BA. RGB value is (234,178,186). Sum of RGB (Red+Green+Blue) = 234+178+186=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2BA is #154D45. Grayscale: #C3C3C3. Windows color (decimal): -1396038 or 12235498. OLE color: 12235498.

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

Color convert

RGB 234 178 186 -
CMYK 0 0.24 0.21 0.08
HSL 351.43º 0.57% 0.81% -
HSV(B) 351.43º 0.24% 0.92% -
XYZ 58.72 52.88 53.57 -
YUV 195.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 234 178 186 0 0.24 0.21 0.08 351.43 0.57 0.81
Hex EA B2 BA 0 18 15 8 15F 39 51
Octal 352 262 272 0 30 25 10 537 71 121
Binary 11101010 10110010 10111010 0 11000 10101 1000 101011111 111001 1010001

Color Harmonies of #EAB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2BA

Black with #EAB2BA

Text Example


Text Example

White with #EAB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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