#EEB7BD

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

Shades of Azalea #EEB7BD

Tints of Azalea #EEB7BD

Color information

#EEB7BD (or 0xEEB7BD) is unknown color: approx Azalea. HEX triplet: EE, B7 and BD. RGB value is (238,183,189). Sum of RGB (Red+Green+Blue) = 238+183+189=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7BD is #114842. Grayscale: #C8C8C8. Windows color (decimal): -1132611 or 12433390. OLE color: 12433390.

HSL color Cylindrical-coordinate representation of color #EEB7BD: hue angle of 353.45º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEB7BD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238183189-
CMYK00.230.210.07
HSL353.45º61.8%82.55%-
HSV(B)353.45º23.11%93.33%-
XYZ61.3855.7255.66-
YUV200.13121.72155.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 183 (71.88% from 255) = 30%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=39.02%
G=30%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818318900.230.210.07353.4561.882.55
HexEEB7BD0171571613e53
Octal35626727502725754176123
Binary111011101011011110111101010111101011111011000011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB7BD; }

 p { color: rgb(238,183,189); }

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

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

 a { background-color: rgb(238,183,189); }

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

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

 span { border-color: rgb(238,183,189); }

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