#EE505A

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

Shades of Mandy #EE505A

Tints of Mandy #EE505A

Color information

#EE505A (or 0xEE505A) is unknown color: approx Mandy. HEX triplet: EE, 50 and 5A. RGB value is (238,80,90). Sum of RGB (Red+Green+Blue) = 238+80+90=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE505A is #11AFA5. Grayscale: #808080. Windows color (decimal): -1159078 or 5918958. OLE color: 5918958.

HSL color Cylindrical-coordinate representation of color #EE505A: hue angle of 356.2º 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 #EE505A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB2388090-
CMYK00.660.620.07
HSL356.2º82.29%62.35%-
HSV(B)356.2º66.39%93.33%-
XYZ39.9724.6512.32-
YUV128.38106.35206.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.33%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 90 (35.55% from 255) = 22.06%
R=58.33%
G=19.61%
B=22.06%

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
Decimal238809000.660.620.07356.282.2962.35
HexEE505A0423E7164523e
Octal356120132010276754412276
Binary1110111010100001011010010000101111101111011001001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE505A; }

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

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

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

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

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

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

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

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