Html Css Color HEX #EEA6B0 Blossom

📋 copy color: '#EEA6B0'

red 238 ◦ green 166 ◦ blue 176

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

Shades of Blossom #EEA6B0

Tints of Blossom #EEA6B0

RGB

 RED value IS 238 (93.36% from 255) = 41.03%

 GREEN value IS 166 (65.23% from 255) = 28.62%

 BLUE value IS 176 (69.14% from 255) = 30.34%

R = 41.03%
G = 28.62%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEA6B0 (or 0xEEA6B0) is known color: Blossom. HEX triplet: EE, A6 and B0. RGB value is (238,166,176). Sum of RGB (Red+Green+Blue) = 238+166+176=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA6B0 is #11594F. Grayscale: #BCBCBC. Windows color (decimal): -1136976 or 11577070. OLE color: 11577070.

HSL color Cylindrical-coordinate representation of color #EEA6B0: hue angle of 351.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA6B0 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 176 -
CMYK 0 0.30 0.26 0.07
HSL 351.67º 0.68% 0.79% -
HSV(B) 351.67º 0.3% 0.93% -
XYZ 56.73 48.58 47.46 -
YUV 188.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 238 166 176 0 0.30 0.26 0.07 351.67 0.68 0.79
Hex EE A6 B0 0 1E 1A 7 160 44 4F
Octal 356 246 260 0 36 32 7 540 104 117
Binary 11101110 10100110 10110000 0 11110 11010 111 101100000 1000100 1001111

Color Harmonies of #EEA6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA6B0

Black with #EEA6B0

Text Example


Text Example

White with #EEA6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA6B0; }

 p { color: rgb(238,166,176); }

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

background-color css

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

 a { background-color: rgb(238,166,176); }

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

border-color css

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

 span { border-color: rgb(238,166,176); }

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