#EF3D5A

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

Shades of Radical Red #EF3D5A

Tints of Radical Red #EF3D5A

Color information

#EF3D5A (or 0xEF3D5A) is unknown color: approx Radical Red. HEX triplet: EF, 3D and 5A. RGB value is (239,61,90). Sum of RGB (Red+Green+Blue) = 239+61+90=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3D5A is #10C2A5. Grayscale: #757575. Windows color (decimal): -1098406 or 5914095. OLE color: 5914095.

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

Color convert

RGB2396190-
CMYK00.740.620.06
HSL350.22º84.76%58.82%-
HSV(B)350.22º74.48%93.73%-
XYZ39.1122.4311.94-
YUV117.53112.47214.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.28%
GREEN value IS 61 (24.22% from 255) = 15.64%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=61.28%
G=15.64%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239619000.740.620.06350.2284.7658.82
HexEF3D5A04A3E615e553b
Octal35775132011276653612573
Binary111011111111011011010010010101111101101010111101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3D5A; }

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

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

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

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

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

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

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

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