Html Css Color HEX #EC3F5D Radical Red

📋 copy color: '#EC3F5D'

red 236 ◦ green 63 ◦ blue 93

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

Shades of Radical Red #EC3F5D

Tints of Radical Red #EC3F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 16.07%

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

R = 60.2%
G = 16.07%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC3F5D (or 0xEC3F5D) is known color: Radical Red. HEX triplet: EC, 3F and 5D. RGB value is (236,63,93). Sum of RGB (Red+Green+Blue) = 236+63+93=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F5D is #13C0A2. Grayscale: #767676. Windows color (decimal): -1294499 or 6111212. OLE color: 6111212.

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

Color convert

RGB 236 63 93 -
CMYK 0 0.73 0.61 0.07
HSL 349.6º 0.82% 0.59% -
HSV(B) 349.6º 0.73% 0.93% -
XYZ 38.35 22.18 12.62 -
YUV 118.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 236 63 93 0 0.73 0.61 0.07 349.6 0.82 0.59
Hex EC 3F 5D 0 49 3D 7 15E 52 3B
Octal 354 77 135 0 111 75 7 536 122 73
Binary 11101100 111111 1011101 0 1001001 111101 111 101011110 1010010 111011

Color Harmonies of #EC3F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F5D

Black with #EC3F5D

Text Example


Text Example

White with #EC3F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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