Html Css Color HEX #EC475A Radical Red

📋 copy color: '#EC475A'

red 236 ◦ green 71 ◦ blue 90

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

Shades of Radical Red #EC475A

Tints of Radical Red #EC475A

RGB

 RED value IS 236 (92.58% from 255) = 59.45%

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

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

R = 59.45%
G = 17.88%
B = 22.67%

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

#EC475A (or 0xEC475A) is known color: Radical Red. HEX triplet: EC, 47 and 5A. RGB value is (236,71,90). Sum of RGB (Red+Green+Blue) = 236+71+90=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC475A is #13B8A5. Grayscale: #7A7A7A. Windows color (decimal): -1292454 or 5916652. OLE color: 5916652.

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

Color convert

RGB 236 71 90 -
CMYK 0 0.70 0.62 0.07
HSL 353.09º 0.81% 0.6% -
HSV(B) 353.09º 0.7% 0.93% -
XYZ 38.69 23.08 12.09 -
YUV 122.5 109.66 208.96 -
System Red Green Blue C M Y K H S L
Decimal 236 71 90 0 0.70 0.62 0.07 353.09 0.81 0.6
Hex EC 47 5A 0 46 3E 7 161 51 3C
Octal 354 107 132 0 106 76 7 541 121 74
Binary 11101100 1000111 1011010 0 1000110 111110 111 101100001 1010001 111100

Color Harmonies of #EC475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC475A

Black with #EC475A

Text Example


Text Example

White with #EC475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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