Html Css Color HEX #EAB8BB Blossom

📋 copy color: '#EAB8BB'

red 234 ◦ green 184 ◦ blue 187

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

Shades of Blossom #EAB8BB

Tints of Blossom #EAB8BB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.41%

 BLUE value IS 187 (73.44% from 255) = 30.91%

R = 38.68%
G = 30.41%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EAB8BB (or 0xEAB8BB) is known color: Blossom. HEX triplet: EA, B8 and BB. RGB value is (234,184,187). Sum of RGB (Red+Green+Blue) = 234+184+187=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8BB is #154744. Grayscale: #C7C7C7. Windows color (decimal): -1394501 or 12302570. OLE color: 12302570.

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

Color convert

RGB 234 184 187 -
CMYK 0 0.21 0.20 0.08
HSL 356.4º 0.54% 0.82% -
HSV(B) 356.4º 0.21% 0.92% -
XYZ 60.04 55.36 54.53 -
YUV 199.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 234 184 187 0 0.21 0.20 0.08 356.4 0.54 0.82
Hex EA B8 BB 0 15 14 8 164 36 52
Octal 352 270 273 0 25 24 10 544 66 122
Binary 11101010 10111000 10111011 0 10101 10100 1000 101100100 110110 1010010

Color Harmonies of #EAB8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB8BB

Black with #EAB8BB

Text Example


Text Example

White with #EAB8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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