#EC4B5D

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

Shades of Radical Red #EC4B5D

Tints of Radical Red #EC4B5D

Color information

#EC4B5D (or 0xEC4B5D) is unknown color: approx Radical Red. HEX triplet: EC, 4B and 5D. RGB value is (236,75,93). Sum of RGB (Red+Green+Blue) = 236+75+93=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B5D is #13B4A2. Grayscale: #7D7D7D. Windows color (decimal): -1291427 or 6114284. OLE color: 6114284.

HSL color Cylindrical-coordinate representation of color #EC4B5D: hue angle of 353.29º 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 #EC4B5D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB2367593-
CMYK00.680.610.07
HSL353.29º80.9%60.98%-
HSV(B)353.29º68.22%92.55%-
XYZ39.0823.6612.86-
YUV125.19109.84207.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.42%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=58.42%
G=18.56%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236759300.680.610.07353.2980.960.98
HexEC4B5D0443D7161513d
Octal354113135010475754112175
Binary1110110010010111011101010001001111011111011000011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4B5D; }

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

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

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

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

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

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

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

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