Html Css Color HEX #EAAAB6 Blossom

📋 copy color: '#EAAAB6'

red 234 ◦ green 170 ◦ blue 182

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

Shades of Blossom #EAAAB6

Tints of Blossom #EAAAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.01%

 BLUE value IS 182 (71.48% from 255) = 31.06%

R = 39.93%
G = 29.01%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EAAAB6 (or 0xEAAAB6) is known color: Blossom. HEX triplet: EA, AA and B6. RGB value is (234,170,182). Sum of RGB (Red+Green+Blue) = 234+170+182=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAB6 is #155549. Grayscale: #BEBEBE. Windows color (decimal): -1398090 or 11971306. OLE color: 11971306.

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

Color convert

RGB 234 170 182 -
CMYK 0 0.27 0.22 0.08
HSL 348.75º 0.6% 0.79% -
HSV(B) 348.75º 0.27% 0.92% -
XYZ 56.75 49.62 50.84 -
YUV 190.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 234 170 182 0 0.27 0.22 0.08 348.75 0.6 0.79
Hex EA AA B6 0 1B 16 8 15D 3C 4F
Octal 352 252 266 0 33 26 10 535 74 117
Binary 11101010 10101010 10110110 0 11011 10110 1000 101011101 111100 1001111

Color Harmonies of #EAAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAB6

Black with #EAAAB6

Text Example


Text Example

White with #EAAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAB6; }

 p { color: rgb(234,170,182); }

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

background-color css

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

 a { background-color: rgb(234,170,182); }

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

border-color css

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

 span { border-color: rgb(234,170,182); }

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