Html Css Color HEX #EAA8B2 Blossom

📋 copy color: '#EAA8B2'

red 234 ◦ green 168 ◦ blue 178

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

Shades of Blossom #EAA8B2

Tints of Blossom #EAA8B2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.97%

 BLUE value IS 178 (69.92% from 255) = 30.69%

R = 40.34%
G = 28.97%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EAA8B2 (or 0xEAA8B2) is known color: Blossom. HEX triplet: EA, A8 and B2. RGB value is (234,168,178). Sum of RGB (Red+Green+Blue) = 234+168+178=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA8B2 is #15574D. Grayscale: #BCBCBC. Windows color (decimal): -1398606 or 11708650. OLE color: 11708650.

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

Color convert

RGB 234 168 178 -
CMYK 0 0.28 0.24 0.08
HSL 350.91º 0.61% 0.79% -
HSV(B) 350.91º 0.28% 0.92% -
XYZ 55.97 48.71 48.57 -
YUV 188.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 234 168 178 0 0.28 0.24 0.08 350.91 0.61 0.79
Hex EA A8 B2 0 1C 18 8 15F 3D 4F
Octal 352 250 262 0 34 30 10 537 75 117
Binary 11101010 10101000 10110010 0 11100 11000 1000 101011111 111101 1001111

Color Harmonies of #EAA8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA8B2

Black with #EAA8B2

Text Example


Text Example

White with #EAA8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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