Html Css Color HEX #EC485A Radical Red

📋 copy color: '#EC485A'

red 236 ◦ green 72 ◦ blue 90

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

Shades of Radical Red #EC485A

Tints of Radical Red #EC485A

RGB

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

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

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

R = 59.3%
G = 18.09%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC485A (or 0xEC485A) is known color: Radical Red. HEX triplet: EC, 48 and 5A. RGB value is (236,72,90). Sum of RGB (Red+Green+Blue) = 236+72+90=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC485A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC485A is #13B7A5. Grayscale: #7B7B7B. Windows color (decimal): -1292198 or 5916908. OLE color: 5916908.

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

Color convert

RGB 236 72 90 -
CMYK 0 0.69 0.62 0.07
HSL 353.41º 0.81% 0.6% -
HSV(B) 353.41º 0.69% 0.93% -
XYZ 38.75 23.21 12.11 -
YUV 123.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 236 72 90 0 0.69 0.62 0.07 353.41 0.81 0.6
Hex EC 48 5A 0 45 3E 7 161 51 3C
Octal 354 110 132 0 105 76 7 541 121 74
Binary 11101100 1001000 1011010 0 1000101 111110 111 101100001 1010001 111100

Color Harmonies of #EC485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC485A

Black with #EC485A

Text Example


Text Example

White with #EC485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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