Html Css Color HEX #EC425A Radical Red

📋 copy color: '#EC425A'

red 236 ◦ green 66 ◦ blue 90

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

Shades of Radical Red #EC425A

Tints of Radical Red #EC425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 60.2%
G = 16.84%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC425A (or 0xEC425A) is known color: Radical Red. HEX triplet: EC, 42 and 5A. RGB value is (236,66,90). Sum of RGB (Red+Green+Blue) = 236+66+90=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC425A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC425A is #13BDA5. Grayscale: #777777. Windows color (decimal): -1293734 or 5915372. OLE color: 5915372.

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

Color convert

RGB 236 66 90 -
CMYK 0 0.72 0.62 0.07
HSL 351.53º 0.82% 0.59% -
HSV(B) 351.53º 0.72% 0.93% -
XYZ 38.39 22.47 11.99 -
YUV 119.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 236 66 90 0 0.72 0.62 0.07 351.53 0.82 0.59
Hex EC 42 5A 0 48 3E 7 160 52 3B
Octal 354 102 132 0 110 76 7 540 122 73
Binary 11101100 1000010 1011010 0 1001000 111110 111 101100000 1010010 111011

Color Harmonies of #EC425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC425A

Black with #EC425A

Text Example


Text Example

White with #EC425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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