#EF495A

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

Shades of Radical Red #EF495A

Tints of Radical Red #EF495A

Color information

#EF495A (or 0xEF495A) is unknown color: approx Radical Red. HEX triplet: EF, 49 and 5A. RGB value is (239,73,90). Sum of RGB (Red+Green+Blue) = 239+73+90=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF495A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF495A is #10B6A5. Grayscale: #7C7C7C. Windows color (decimal): -1095334 or 5917167. OLE color: 5917167.

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

Color convert

RGB2397390-
CMYK00.690.620.06
HSL353.86º83.84%61.18%-
HSV(B)353.86º69.46%93.73%-
XYZ39.8223.8512.18-
YUV124.57108.5209.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.45%
GREEN value IS 73 (28.91% from 255) = 18.16%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=59.45%
G=18.16%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239739000.690.620.06353.8683.8461.18
HexEF495A0453E6162543d
Octal357111132010576654212475
Binary1110111110010011011010010001011111101101011000101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF495A; }

 p { color: rgb(239,73,90); }

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

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

 a { background-color: rgb(239,73,90); }

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

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

 span { border-color: rgb(239,73,90); }

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