Html Css Color HEX #ED4E60 Radical Red

📋 copy color: '#ED4E60'

red 237 ◦ green 78 ◦ blue 96

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

Shades of Radical Red #ED4E60

Tints of Radical Red #ED4E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.98%

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 57.66%
G = 18.98%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED4E60 (or 0xED4E60) is known color: Radical Red. HEX triplet: ED, 4E and 60. RGB value is (237,78,96). Sum of RGB (Red+Green+Blue) = 237+78+96=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4E60 is #12B19F. Grayscale: #7F7F7F. Windows color (decimal): -1225120 or 6311661. OLE color: 6311661.

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

Color convert

RGB 237 78 96 -
CMYK 0 0.67 0.59 0.07
HSL 353.21º 0.82% 0.62% -
HSV(B) 353.21º 0.67% 0.93% -
XYZ 39.76 24.3 13.66 -
YUV 127.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 237 78 96 0 0.67 0.59 0.07 353.21 0.82 0.62
Hex ED 4E 60 0 43 3B 7 161 52 3E
Octal 355 116 140 0 103 73 7 541 122 76
Binary 11101101 1001110 1100000 0 1000011 111011 111 101100001 1010010 111110

Color Harmonies of #ED4E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4E60

Black with #ED4E60

Text Example


Text Example

White with #ED4E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4E60; }

 p { color: rgb(237,78,96); }

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

background-color css

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

 a { background-color: rgb(237,78,96); }

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

border-color css

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

 span { border-color: rgb(237,78,96); }

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