#ED4966

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

Shades of Radical Red #ED4966

Tints of Radical Red #ED4966

Color information

#ED4966 (or 0xED4966) is unknown color: approx Radical Red. HEX triplet: ED, 49 and 66. RGB value is (237,73,102). Sum of RGB (Red+Green+Blue) = 237+73+102=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4966 is #12B699. Grayscale: #7D7D7D. Windows color (decimal): -1226394 or 6703597. OLE color: 6703597.

HSL color Cylindrical-coordinate representation of color #ED4966: hue angle of 349.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4966 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB23773102-
CMYK00.690.570.07
HSL349.39º82%60.78%-
HSV(B)349.39º69.2%92.94%-
XYZ39.7123.7315.06-
YUV125.34114.83207.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.52%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=57.52%
G=17.72%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377310200.690.570.07349.398260.78
HexED496604539715d523d
Octal355111146010571753512275
Binary1110110110010011100110010001011110011111010111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4966; }

 p { color: rgb(237,73,102); }

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

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

 a { background-color: rgb(237,73,102); }

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

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

 span { border-color: rgb(237,73,102); }

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