#EC4B5E

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

Shades of Radical Red #EC4B5E

Tints of Radical Red #EC4B5E

Color information

#EC4B5E (or 0xEC4B5E) is unknown color: approx Radical Red. HEX triplet: EC, 4B and 5E. RGB value is (236,75,94). Sum of RGB (Red+Green+Blue) = 236+75+94=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B5E is #13B4A1. Grayscale: #7D7D7D. Windows color (decimal): -1291426 or 6179820. OLE color: 6179820.

HSL color Cylindrical-coordinate representation of color #EC4B5E: hue angle of 352.92º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4B5E is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB2367594-
CMYK00.680.600.07
HSL352.92º80.9%60.98%-
HSV(B)352.92º68.22%92.55%-
XYZ39.1323.6713.1-
YUV125.3110.34206.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.27%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=58.27%
G=18.52%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236759400.680.600.07352.9280.960.98
HexEC4B5E0443C7161513d
Octal354113136010474754112175
Binary1110110010010111011110010001001111001111011000011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4B5E; }

 p { color: rgb(236,75,94); }

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

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

 a { background-color: rgb(236,75,94); }

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

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

 span { border-color: rgb(236,75,94); }

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