Html Css Color HEX #EC425B Radical Red

📋 copy color: '#EC425B'

red 236 ◦ green 66 ◦ blue 91

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

Shades of Radical Red #EC425B

Tints of Radical Red #EC425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 60.05%
G = 16.79%
B = 23.16%

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

#EC425B (or 0xEC425B) is known color: Radical Red. HEX triplet: EC, 42 and 5B. RGB value is (236,66,91). Sum of RGB (Red+Green+Blue) = 236+66+91=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC425B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC425B is #13BDA4. Grayscale: #777777. Windows color (decimal): -1293733 or 5980908. OLE color: 5980908.

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

Color convert

RGB 236 66 91 -
CMYK 0 0.72 0.61 0.07
HSL 351.18º 0.82% 0.59% -
HSV(B) 351.18º 0.72% 0.93% -
XYZ 38.43 22.48 12.21 -
YUV 119.68 111.82 210.97 -
System Red Green Blue C M Y K H S L
Decimal 236 66 91 0 0.72 0.61 0.07 351.18 0.82 0.59
Hex EC 42 5B 0 48 3D 7 15F 52 3B
Octal 354 102 133 0 110 75 7 537 122 73
Binary 11101100 1000010 1011011 0 1001000 111101 111 101011111 1010010 111011

Color Harmonies of #EC425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC425B

Black with #EC425B

Text Example


Text Example

White with #EC425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC425B; }

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

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

background-color css

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

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

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

border-color css

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

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

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