Html Css Color HEX #EC425C Radical Red

📋 copy color: '#EC425C'

red 236 ◦ green 66 ◦ blue 92

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

Shades of Radical Red #EC425C

Tints of Radical Red #EC425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 59.9%
G = 16.75%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC425C (or 0xEC425C) is known color: Radical Red. HEX triplet: EC, 42 and 5C. RGB value is (236,66,92). Sum of RGB (Red+Green+Blue) = 236+66+92=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC425C is #13BDA3. Grayscale: #777777. Windows color (decimal): -1293732 or 6046444. OLE color: 6046444.

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

Color convert

RGB 236 66 92 -
CMYK 0 0.72 0.61 0.07
HSL 350.82º 0.82% 0.59% -
HSV(B) 350.82º 0.72% 0.93% -
XYZ 38.47 22.5 12.44 -
YUV 119.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 236 66 92 0 0.72 0.61 0.07 350.82 0.82 0.59
Hex EC 42 5C 0 48 3D 7 15F 52 3B
Octal 354 102 134 0 110 75 7 537 122 73
Binary 11101100 1000010 1011100 0 1001000 111101 111 101011111 1010010 111011

Color Harmonies of #EC425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC425C

Black with #EC425C

Text Example


Text Example

White with #EC425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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