#EA515E

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

Shades of Mandy #EA515E

Tints of Mandy #EA515E

Color information

#EA515E (or 0xEA515E) is unknown color: approx Mandy. HEX triplet: EA, 51 and 5E. RGB value is (234,81,94). Sum of RGB (Red+Green+Blue) = 234+81+94=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA515E is #15AEA1. Grayscale: #808080. Windows color (decimal): -1420962 or 6181354. OLE color: 6181354.

HSL color Cylindrical-coordinate representation of color #EA515E: hue angle of 354.9º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA515E is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB2348194-
CMYK00.650.600.08
HSL354.9º78.46%61.76%-
HSV(B)354.9º65.38%91.76%-
XYZ38.8924.1913.21-
YUV128.23108.69203.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.21%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=57.21%
G=19.80%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234819400.650.600.08354.978.4661.76
HexEA515E0413C81634e3e
Octal3521211360101741054311676
Binary11101010101000110111100100000111110010001011000111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA515E; }

 p { color: rgb(234,81,94); }

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

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

 a { background-color: rgb(234,81,94); }

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

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

 span { border-color: rgb(234,81,94); }

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