Html Css Color HEX #EC485D Radical Red

📋 copy color: '#EC485D'

red 236 ◦ green 72 ◦ blue 93

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

Shades of Radical Red #EC485D

Tints of Radical Red #EC485D

RGB

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

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

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

R = 58.85%
G = 17.96%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC485D (or 0xEC485D) is known color: Radical Red. HEX triplet: EC, 48 and 5D. RGB value is (236,72,93). Sum of RGB (Red+Green+Blue) = 236+72+93=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC485D is #13B7A2. Grayscale: #7B7B7B. Windows color (decimal): -1292195 or 6113516. OLE color: 6113516.

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

Color convert

RGB 236 72 93 -
CMYK 0 0.69 0.61 0.07
HSL 352.32º 0.81% 0.6% -
HSV(B) 352.32º 0.69% 0.93% -
XYZ 38.89 23.26 12.8 -
YUV 123.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 236 72 93 0 0.69 0.61 0.07 352.32 0.81 0.6
Hex EC 48 5D 0 45 3D 7 160 51 3C
Octal 354 110 135 0 105 75 7 540 121 74
Binary 11101100 1001000 1011101 0 1000101 111101 111 101100000 1010001 111100

Color Harmonies of #EC485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC485D

Black with #EC485D

Text Example


Text Example

White with #EC485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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