Html Css Color HEX #ED475D Radical Red

📋 copy color: '#ED475D'

red 237 ◦ green 71 ◦ blue 93

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

Shades of Radical Red #ED475D

Tints of Radical Red #ED475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.71%

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

R = 59.1%
G = 17.71%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED475D (or 0xED475D) is known color: Radical Red. HEX triplet: ED, 47 and 5D. RGB value is (237,71,93). Sum of RGB (Red+Green+Blue) = 237+71+93=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED475D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED475D is #12B8A2. Grayscale: #7B7B7B. Windows color (decimal): -1226915 or 6113261. OLE color: 6113261.

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

Color convert

RGB 237 71 93 -
CMYK 0 0.70 0.61 0.07
HSL 352.05º 0.82% 0.6% -
HSV(B) 352.05º 0.7% 0.93% -
XYZ 39.15 23.3 12.79 -
YUV 123.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 237 71 93 0 0.70 0.61 0.07 352.05 0.82 0.6
Hex ED 47 5D 0 46 3D 7 160 52 3C
Octal 355 107 135 0 106 75 7 540 122 74
Binary 11101101 1000111 1011101 0 1000110 111101 111 101100000 1010010 111100

Color Harmonies of #ED475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED475D

Black with #ED475D

Text Example


Text Example

White with #ED475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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