#EB4950

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

Shades of Mandy #EB4950

Tints of Mandy #EB4950

Color information

#EB4950 (or 0xEB4950) is unknown color: approx Mandy. HEX triplet: EB, 49 and 50. RGB value is (235,73,80). Sum of RGB (Red+Green+Blue) = 235+73+80=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4950 is #14B6AF. Grayscale: #7A7A7A. Windows color (decimal): -1357488 or 5261803. OLE color: 5261803.

HSL color Cylindrical-coordinate representation of color #EB4950: hue angle of 357.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4950 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB2357380-
CMYK00.690.660.08
HSL357.41º80.2%60.39%-
HSV(B)357.41º68.94%92.16%-
XYZ38.0923.0110.02-
YUV122.24104.17208.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.57%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 80 (31.64% from 255) = 20.62%
R=60.57%
G=18.81%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235738000.690.660.08357.4180.260.39
HexEB4950045428165503c
Octal35311112001051021054512074
Binary111010111001001101000001000101100001010001011001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4950; }

 p { color: rgb(235,73,80); }

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

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

 a { background-color: rgb(235,73,80); }

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

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

 span { border-color: rgb(235,73,80); }

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