Html Css Color HEX #ED4C5D Radical Red

📋 copy color: '#ED4C5D'

red 237 ◦ green 76 ◦ blue 93

#ED4C5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #ED4C5D

Tints of Radical Red #ED4C5D

RGB

 RED value IS 237 (92.97% from 255) = 58.37%

 GREEN value IS 76 (30.08% from 255) = 18.72%

 BLUE value IS 93 (36.72% from 255) = 22.91%

R = 58.37%
G = 18.72%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED4C5D (or 0xED4C5D) is known color: Radical Red. HEX triplet: ED, 4C and 5D. RGB value is (237,76,93). Sum of RGB (Red+Green+Blue) = 237+76+93=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4C5D is #12B3A2. Grayscale: #7E7E7E. Windows color (decimal): -1225635 or 6114541. OLE color: 6114541.

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

Color convert

RGB 237 76 93 -
CMYK 0 0.68 0.61 0.07
HSL 353.66º 0.82% 0.61% -
HSV(B) 353.66º 0.68% 0.93% -
XYZ 39.49 23.96 12.9 -
YUV 126.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 237 76 93 0 0.68 0.61 0.07 353.66 0.82 0.61
Hex ED 4C 5D 0 44 3D 7 162 52 3D
Octal 355 114 135 0 104 75 7 542 122 75
Binary 11101101 1001100 1011101 0 1000100 111101 111 101100010 1010010 111101

Color Harmonies of #ED4C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4C5D

Black with #ED4C5D

Text Example


Text Example

White with #ED4C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4C5D; }

 p { color: rgb(237,76,93); }

 H1.HeaderClassName
 {
   color: #ED4C5D;
 }
 .AnyTagClassName
 {
   color: #ED4C5D;
 }
</style>

background-color css

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

 a { background-color: rgb(237,76,93); }

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

border-color css

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

 span { border-color: rgb(237,76,93); }

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