Html Css Color HEX #EC485F Radical Red

📋 copy color: '#EC485F'

red 236 ◦ green 72 ◦ blue 95

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

Shades of Radical Red #EC485F

Tints of Radical Red #EC485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.57%

R = 58.56%
G = 17.87%
B = 23.57%

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

#EC485F (or 0xEC485F) is known color: Radical Red. HEX triplet: EC, 48 and 5F. RGB value is (236,72,95). Sum of RGB (Red+Green+Blue) = 236+72+95=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC485F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC485F is #13B7A0. Grayscale: #7B7B7B. Windows color (decimal): -1292193 or 6244588. OLE color: 6244588.

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

Color convert

RGB 236 72 95 -
CMYK 0 0.69 0.60 0.07
HSL 351.59º 0.81% 0.6% -
HSV(B) 351.59º 0.69% 0.93% -
XYZ 38.97 23.29 13.27 -
YUV 123.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 236 72 95 0 0.69 0.60 0.07 351.59 0.81 0.6
Hex EC 48 5F 0 45 3C 7 160 51 3C
Octal 354 110 137 0 105 74 7 540 121 74
Binary 11101100 1001000 1011111 0 1000101 111100 111 101100000 1010001 111100

Color Harmonies of #EC485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC485F

Black with #EC485F

Text Example


Text Example

White with #EC485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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