#E2505A

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

Shades of Mandy #E2505A

Tints of Mandy #E2505A

Color information

#E2505A (or 0xE2505A) is unknown color: approx Mandy. HEX triplet: E2, 50 and 5A. RGB value is (226,80,90). Sum of RGB (Red+Green+Blue) = 226+80+90=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E2505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2505A is #1DAFA5. Grayscale: #7C7C7C. Windows color (decimal): -1945510 or 5918946. OLE color: 5918946.

HSL color Cylindrical-coordinate representation of color #E2505A: hue angle of 355.89º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2505A is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB2268090-
CMYK00.650.600.11
HSL355.89º71.57%60%-
HSV(B)355.89º64.6%88.63%-
XYZ36.0822.6412.14-
YUV124.79108.37200.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.07%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=57.07%
G=20.20%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226809000.650.600.11355.8971.5760
HexE2505A0413CB164483c
Octal3421201320101741354411074
Binary11100010101000010110100100000111110010111011001001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2505A; }

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

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

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

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

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

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

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

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