#EE505B

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

Shades of Mandy #EE505B

Tints of Mandy #EE505B

Color information

#EE505B (or 0xEE505B) is unknown color: approx Mandy. HEX triplet: EE, 50 and 5B. RGB value is (238,80,91). Sum of RGB (Red+Green+Blue) = 238+80+91=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE505B is #11AFA4. Grayscale: #808080. Windows color (decimal): -1159077 or 5984494. OLE color: 5984494.

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

Color convert

RGB2388091-
CMYK00.660.620.07
HSL355.82º82.29%62.35%-
HSV(B)355.82º66.39%93.33%-
XYZ40.0224.6712.55-
YUV128.5106.85206.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.19%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=58.19%
G=19.56%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238809100.660.620.07355.8282.2962.35
HexEE505B0423E7164523e
Octal356120133010276754412276
Binary1110111010100001011011010000101111101111011001001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE505B; }

 p { color: rgb(238,80,91); }

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

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

 a { background-color: rgb(238,80,91); }

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

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

 span { border-color: rgb(238,80,91); }

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