#ed4467

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

Shades of Radical Red #ED4467

Tints of Radical Red #ED4467

Color information

#ED4467 (or 0xED4467) is unknown color: approx Radical Red. HEX triplet: ED, 44 and 67. RGB value is (237,68,103). Sum of RGB (Red+Green+Blue) = 237+68+103=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4467 is #12BB98. Grayscale: #7A7A7A. Windows color (decimal): -1227673 or 6767853. OLE color: 6767853.

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

Color convert

RGB23768103-
CMYK00.710.570.07
HSL347.57º82.44%59.8%-
HSV(B)347.57º71.31%92.94%-
XYZ39.4423.1215.22-
YUV122.52116.99209.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.09%
GREEN value IS 68 (26.95% from 255) = 16.67%
BLUE value IS 103 (40.62% from 255) = 25.25%
R=58.09%
G=16.67%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376810300.710.570.07347.5782.4459.8
HexED446704739715c523c
Octal355104147010771753412274
Binary1110110110001001100111010001111110011111010111001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4467; }

 p { color: rgb(237,68,103); }

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

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

 a { background-color: rgb(237,68,103); }

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

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

 span { border-color: rgb(237,68,103); }

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