Html Css Color HEX #EC4260 Radical Red

📋 copy color: '#EC4260'

red 236 ◦ green 66 ◦ blue 96

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

Shades of Radical Red #EC4260

Tints of Radical Red #EC4260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 59.3%
G = 16.58%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC4260 (or 0xEC4260) is known color: Radical Red. HEX triplet: EC, 42 and 60. RGB value is (236,66,96). Sum of RGB (Red+Green+Blue) = 236+66+96=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4260 is #13BD9F. Grayscale: #787878. Windows color (decimal): -1293728 or 6308588. OLE color: 6308588.

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

Color convert

RGB 236 66 96 -
CMYK 0 0.72 0.59 0.07
HSL 349.41º 0.82% 0.59% -
HSV(B) 349.41º 0.72% 0.93% -
XYZ 38.65 22.57 13.39 -
YUV 120.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 236 66 96 0 0.72 0.59 0.07 349.41 0.82 0.59
Hex EC 42 60 0 48 3B 7 15D 52 3B
Octal 354 102 140 0 110 73 7 535 122 73
Binary 11101100 1000010 1100000 0 1001000 111011 111 101011101 1010010 111011

Color Harmonies of #EC4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4260

Black with #EC4260

Text Example


Text Example

White with #EC4260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4260; }

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

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

background-color css

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

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

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

border-color css

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

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

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