Html Css Color HEX #EC4D5F Radical Red

📋 copy color: '#EC4D5F'

red 236 ◦ green 77 ◦ blue 95

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

Shades of Radical Red #EC4D5F

Tints of Radical Red #EC4D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

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

R = 57.84%
G = 18.87%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC4D5F (or 0xEC4D5F) is known color: Radical Red. HEX triplet: EC, 4D and 5F. RGB value is (236,77,95). Sum of RGB (Red+Green+Blue) = 236+77+95=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D5F is #13B2A0. Grayscale: #7E7E7E. Windows color (decimal): -1290913 or 6245868. OLE color: 6245868.

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

Color convert

RGB 236 77 95 -
CMYK 0 0.67 0.60 0.07
HSL 353.21º 0.81% 0.61% -
HSV(B) 353.21º 0.67% 0.93% -
XYZ 39.31 23.97 13.38 -
YUV 126.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 236 77 95 0 0.67 0.60 0.07 353.21 0.81 0.61
Hex EC 4D 5F 0 43 3C 7 161 51 3D
Octal 354 115 137 0 103 74 7 541 121 75
Binary 11101100 1001101 1011111 0 1000011 111100 111 101100001 1010001 111101

Color Harmonies of #EC4D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D5F

Black with #EC4D5F

Text Example


Text Example

White with #EC4D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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