#ED4866

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

Shades of Radical Red #ED4866

Tints of Radical Red #ED4866

Color information

#ED4866 (or 0xED4866) is unknown color: approx Radical Red. HEX triplet: ED, 48 and 66. RGB value is (237,72,102). Sum of RGB (Red+Green+Blue) = 237+72+102=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4866 is #12B799. Grayscale: #7C7C7C. Windows color (decimal): -1226650 or 6703341. OLE color: 6703341.

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

Color convert

RGB23772102-
CMYK00.700.570.07
HSL349.09º82.09%60.59%-
HSV(B)349.09º69.62%92.94%-
XYZ39.6423.615.04-
YUV124.76115.16208.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.66%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=57.66%
G=17.52%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377210200.700.570.07349.0982.0960.59
HexED486604639715d523d
Octal355110146010671753512275
Binary1110110110010001100110010001101110011111010111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4866; }

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

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

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

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

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

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

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

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