#ED3F5F

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

Shades of Radical Red #ED3F5F

Tints of Radical Red #ED3F5F

Color information

#ED3F5F (or 0xED3F5F) is unknown color: approx Radical Red. HEX triplet: ED, 3F and 5F. RGB value is (237,63,95). Sum of RGB (Red+Green+Blue) = 237+63+95=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3F5F is #12C0A0. Grayscale: #767676. Windows color (decimal): -1228961 or 6242285. OLE color: 6242285.

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

Color convert

RGB2376395-
CMYK00.730.600.07
HSL348.97º82.86%58.82%-
HSV(B)348.97º73.42%92.94%-
XYZ38.7722.3913.1-
YUV118.67114.65212.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=60%
G=15.95%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237639500.730.600.07348.9782.8658.82
HexED3F5F0493C715d533b
Octal35577137011174753512373
Binary111011011111111011111010010011111001111010111011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3F5F; }

 p { color: rgb(237,63,95); }

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

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

 a { background-color: rgb(237,63,95); }

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

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

 span { border-color: rgb(237,63,95); }

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