#EC465B

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

Shades of Radical Red #EC465B

Tints of Radical Red #EC465B

Color information

#EC465B (or 0xEC465B) is unknown color: approx Radical Red. HEX triplet: EC, 46 and 5B. RGB value is (236,70,91). Sum of RGB (Red+Green+Blue) = 236+70+91=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC465B is #13B9A4. Grayscale: #7A7A7A. Windows color (decimal): -1292709 or 5981932. OLE color: 5981932.

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

Color convert

RGB2367091-
CMYK00.700.610.07
HSL352.41º81.37%60%-
HSV(B)352.41º70.34%92.55%-
XYZ38.6722.9712.29-
YUV122.03110.5209.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.45%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=59.45%
G=17.63%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236709100.700.610.07352.4181.3760
HexEC465B0463D7160513c
Octal354106133010675754012174
Binary1110110010001101011011010001101111011111011000001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC465B; }

 p { color: rgb(236,70,91); }

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

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

 a { background-color: rgb(236,70,91); }

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

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

 span { border-color: rgb(236,70,91); }

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