Html Css Color HEX #EC425F Radical Red

📋 copy color: '#EC425F'

red 236 ◦ green 66 ◦ blue 95

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

Shades of Radical Red #EC425F

Tints of Radical Red #EC425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

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

R = 59.45%
G = 16.62%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC425F (or 0xEC425F) is known color: Radical Red. HEX triplet: EC, 42 and 5F. RGB value is (236,66,95). Sum of RGB (Red+Green+Blue) = 236+66+95=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC425F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC425F is #13BDA0. Grayscale: #787878. Windows color (decimal): -1293729 or 6243052. OLE color: 6243052.

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

Color convert

RGB 236 66 95 -
CMYK 0 0.72 0.60 0.07
HSL 349.76º 0.82% 0.59% -
HSV(B) 349.76º 0.72% 0.93% -
XYZ 38.61 22.56 13.15 -
YUV 120.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 236 66 95 0 0.72 0.60 0.07 349.76 0.82 0.59
Hex EC 42 5F 0 48 3C 7 15E 52 3B
Octal 354 102 137 0 110 74 7 536 122 73
Binary 11101100 1000010 1011111 0 1001000 111100 111 101011110 1010010 111011

Color Harmonies of #EC425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC425F

Black with #EC425F

Text Example


Text Example

White with #EC425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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