Html Css Color HEX #EC3C5D Radical Red

📋 copy color: '#EC3C5D'

red 236 ◦ green 60 ◦ blue 93

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

Shades of Radical Red #EC3C5D

Tints of Radical Red #EC3C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.42%

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

R = 60.67%
G = 15.42%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC3C5D (or 0xEC3C5D) is known color: Radical Red. HEX triplet: EC, 3C and 5D. RGB value is (236,60,93). Sum of RGB (Red+Green+Blue) = 236+60+93=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3C5D is #13C3A2. Grayscale: #747474. Windows color (decimal): -1295267 or 6110444. OLE color: 6110444.

HSL color Cylindrical-coordinate representation of color #EC3C5D: hue angle of 348.75º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3C5D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 60 93 -
CMYK 0 0.75 0.61 0.07
HSL 348.75º 0.82% 0.58% -
HSV(B) 348.75º 0.75% 0.93% -
XYZ 38.18 21.85 12.56 -
YUV 116.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 236 60 93 0 0.75 0.61 0.07 348.75 0.82 0.58
Hex EC 3C 5D 0 4B 3D 7 15D 52 3A
Octal 354 74 135 0 113 75 7 535 122 72
Binary 11101100 111100 1011101 0 1001011 111101 111 101011101 1010010 111010

Color Harmonies of #EC3C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C5D

Black with #EC3C5D

Text Example


Text Example

White with #EC3C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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