Html Css Color HEX #EC465B Radical Red

📋 copy color: '#EC465B'

red 236 ◦ green 70 ◦ blue 91

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

Shades of Radical Red #EC465B

Tints of Radical Red #EC465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.63%

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

R = 59.45%
G = 17.63%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC465B (or 0xEC465B) is known color: Radical Red. HEX triplet: EC, 46 and 5B. RGB value is (236,70,91). Sum of RGB (Red+Green+Blue) = 236+70+91=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC465B is #13B9A4. Grayscale: #7A7A7A. Windows color (decimal): -1292709 or 5981932. OLE color: 5981932.

HSL color Cylindrical-coordinate representation of color #EC465B: hue angle of 352.41º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC465B is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 91 -
CMYK 0 0.70 0.61 0.07
HSL 352.41º 0.81% 0.6% -
HSV(B) 352.41º 0.7% 0.93% -
XYZ 38.67 22.97 12.29 -
YUV 122.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 236 70 91 0 0.70 0.61 0.07 352.41 0.81 0.6
Hex EC 46 5B 0 46 3D 7 160 51 3C
Octal 354 106 133 0 106 75 7 540 121 74
Binary 11101100 1000110 1011011 0 1000110 111101 111 101100000 1010001 111100

Color Harmonies of #EC465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC465B

Black with #EC465B

Text Example


Text Example

White with #EC465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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