Html Css Color HEX #EC485E Radical Red

📋 copy color: '#EC485E'

red 236 ◦ green 72 ◦ blue 94

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

Shades of Radical Red #EC485E

Tints of Radical Red #EC485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.91%

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 58.71%
G = 17.91%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC485E (or 0xEC485E) is known color: Radical Red. HEX triplet: EC, 48 and 5E. RGB value is (236,72,94). Sum of RGB (Red+Green+Blue) = 236+72+94=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC485E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC485E is #13B7A1. Grayscale: #7B7B7B. Windows color (decimal): -1292194 or 6179052. OLE color: 6179052.

HSL color Cylindrical-coordinate representation of color #EC485E: hue angle of 351.95º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC485E is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 94 -
CMYK 0 0.69 0.60 0.07
HSL 351.95º 0.81% 0.6% -
HSV(B) 351.95º 0.69% 0.93% -
XYZ 38.93 23.28 13.03 -
YUV 123.54 111.33 208.21 -
System Red Green Blue C M Y K H S L
Decimal 236 72 94 0 0.69 0.60 0.07 351.95 0.81 0.6
Hex EC 48 5E 0 45 3C 7 160 51 3C
Octal 354 110 136 0 105 74 7 540 121 74
Binary 11101100 1001000 1011110 0 1000101 111100 111 101100000 1010001 111100

Color Harmonies of #EC485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC485E

Black with #EC485E

Text Example


Text Example

White with #EC485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC485E; }

 p { color: rgb(236,72,94); }

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

background-color css

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

 a { background-color: rgb(236,72,94); }

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

border-color css

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

 span { border-color: rgb(236,72,94); }

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