#EEB3B9

Color #EEB3B9 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #EEB3B9

Tints of Blossom #EEB3B9

Color information

#EEB3B9 (or 0xEEB3B9) is unknown color: approx Blossom. HEX triplet: EE, B3 and B9. RGB value is (238,179,185). Sum of RGB (Red+Green+Blue) = 238+179+185=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3B9 is #114C46. Grayscale: #C5C5C5. Windows color (decimal): -1133639 or 12170222. OLE color: 12170222.

HSL color Cylindrical-coordinate representation of color #EEB3B9: hue angle of 353.9º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB3B9 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238179185-
CMYK00.250.220.07
HSL353.9º63.44%81.76%-
HSV(B)353.9º24.79%93.33%-
XYZ60.1453.9253.14-
YUV197.32121.05157.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.53%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 185 (72.66% from 255) = 30.73%
R=39.53%
G=29.73%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817918500.250.220.07353.963.4481.76
HexEEB3B90191671623f52
Octal35626327103126754277122
Binary111011101011001110111001011001101101111011000101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3B9; }

 p { color: rgb(238,179,185); }

 H1.HeaderClassName
 {
   color: #EEB3B9;
 }
 .AnyTagClassName
 {
   color: #EEB3B9;
 }
</style>
background-color css

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

 a { background-color: rgb(238,179,185); }

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

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

 span { border-color: rgb(238,179,185); }

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