#E2474E

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

Shades of Mandy #E2474E

Tints of Mandy #E2474E

Color information

#E2474E (or 0xE2474E) is unknown color: approx Mandy. HEX triplet: E2, 47 and 4E. RGB value is (226,71,78). Sum of RGB (Red+Green+Blue) = 226+71+78=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2474E is #1DB8B1. Grayscale: #767676. Windows color (decimal): -1947826 or 5130210. OLE color: 5130210.

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

Color convert

RGB2267178-
CMYK00.690.650.11
HSL357.29º72.77%58.24%-
HSV(B)357.29º68.58%88.63%-
XYZ34.9921.239.46-
YUV118.14105.35204.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.27%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=60.27%
G=18.93%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226717800.690.650.11357.2972.7758.24
HexE2474E04541B165493a
Octal34210711601051011354511172
Binary111000101000111100111001000101100000110111011001011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2474E; }

 p { color: rgb(226,71,78); }

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

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

 a { background-color: rgb(226,71,78); }

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

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

 span { border-color: rgb(226,71,78); }

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