Html Css Color HEX #EAB2B8 Blossom

📋 copy color: '#EAB2B8'

red 234 ◦ green 178 ◦ blue 184

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

Shades of Blossom #EAB2B8

Tints of Blossom #EAB2B8

RGB

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

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

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

R = 39.26%
G = 29.87%
B = 30.87%

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

#EAB2B8 (or 0xEAB2B8) is known color: Blossom. HEX triplet: EA, B2 and B8. RGB value is (234,178,184). Sum of RGB (Red+Green+Blue) = 234+178+184=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2B8 is #154D47. Grayscale: #C3C3C3. Windows color (decimal): -1396040 or 12104426. OLE color: 12104426.

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

Color convert

RGB 234 178 184 -
CMYK 0 0.24 0.21 0.08
HSL 353.57º 0.57% 0.81% -
HSV(B) 353.57º 0.24% 0.92% -
XYZ 58.5 52.79 52.45 -
YUV 195.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 234 178 184 0 0.24 0.21 0.08 353.57 0.57 0.81
Hex EA B2 B8 0 18 15 8 162 39 51
Octal 352 262 270 0 30 25 10 542 71 121
Binary 11101010 10110010 10111000 0 11000 10101 1000 101100010 111001 1010001

Color Harmonies of #EAB2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2B8

Black with #EAB2B8

Text Example


Text Example

White with #EAB2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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