#ea5162

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

Shades of Mandy #EA5162

Tints of Mandy #EA5162

Color information

#EA5162 (or 0xEA5162) is unknown color: approx Mandy. HEX triplet: EA, 51 and 62. RGB value is (234,81,98). Sum of RGB (Red+Green+Blue) = 234+81+98=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5162 is #15AE9D. Grayscale: #808080. Windows color (decimal): -1420958 or 6443498. OLE color: 6443498.

HSL color Cylindrical-coordinate representation of color #EA5162: hue angle of 353.33º 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 #EA5162 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB2348198-
CMYK00.650.580.08
HSL353.33º78.46%61.76%-
HSV(B)353.33º65.38%91.76%-
XYZ39.0824.2614.18-
YUV128.68110.69203.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.66%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=56.66%
G=19.61%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234819800.650.580.08353.3378.4661.76
HexEA51620413A81614e3e
Octal3521211420101721054111676
Binary11101010101000111000100100000111101010001011000011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea5162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea5162; }

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

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

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

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

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

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

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

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