Html Css Color HEX #ED475A Radical Red

📋 copy color: '#ED475A'

red 237 ◦ green 71 ◦ blue 90

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

Shades of Radical Red #ED475A

Tints of Radical Red #ED475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.61%

R = 59.55%
G = 17.84%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED475A (or 0xED475A) is known color: Radical Red. HEX triplet: ED, 47 and 5A. RGB value is (237,71,90). Sum of RGB (Red+Green+Blue) = 237+71+90=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED475A is #12B8A5. Grayscale: #7A7A7A. Windows color (decimal): -1226918 or 5916653. OLE color: 5916653.

HSL color Cylindrical-coordinate representation of color #ED475A: hue angle of 353.13º 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 #ED475A is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 90 -
CMYK 0 0.70 0.62 0.07
HSL 353.13º 0.82% 0.6% -
HSV(B) 353.13º 0.7% 0.93% -
XYZ 39.02 23.25 12.1 -
YUV 122.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 237 71 90 0 0.70 0.62 0.07 353.13 0.82 0.6
Hex ED 47 5A 0 46 3E 7 161 52 3C
Octal 355 107 132 0 106 76 7 541 122 74
Binary 11101101 1000111 1011010 0 1000110 111110 111 101100001 1010010 111100

Color Harmonies of #ED475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED475A

Black with #ED475A

Text Example


Text Example

White with #ED475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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