#EF515B

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

Shades of Mandy #EF515B

Tints of Mandy #EF515B

Color information

#EF515B (or 0xEF515B) is unknown color: approx Mandy. HEX triplet: EF, 51 and 5B. RGB value is (239,81,91). Sum of RGB (Red+Green+Blue) = 239+81+91=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF515B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF515B is #10AEA4. Grayscale: #818181. Windows color (decimal): -1093285 or 5984751. OLE color: 5984751.

HSL color Cylindrical-coordinate representation of color #EF515B: hue angle of 356.2º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF515B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB2398191-
CMYK00.660.620.06
HSL356.2º83.16%62.75%-
HSV(B)356.2º66.11%93.73%-
XYZ40.4324.9912.59-
YUV129.38106.35206.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.15%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 91 (35.94% from 255) = 22.14%
R=58.15%
G=19.71%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239819100.660.620.06356.283.1662.75
HexEF515B0423E6164533f
Octal357121133010276654412377
Binary1110111110100011011011010000101111101101011001001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF515B; }

 p { color: rgb(239,81,91); }

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

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

 a { background-color: rgb(239,81,91); }

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

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

 span { border-color: rgb(239,81,91); }

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