Html Css Color HEX #EC495B Radical Red

📋 copy color: '#EC495B'

red 236 ◦ green 73 ◦ blue 91

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

Shades of Radical Red #EC495B

Tints of Radical Red #EC495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.25%

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

R = 59%
G = 18.25%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC495B (or 0xEC495B) is known color: Radical Red. HEX triplet: EC, 49 and 5B. RGB value is (236,73,91). Sum of RGB (Red+Green+Blue) = 236+73+91=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC495B is #13B6A4. Grayscale: #7B7B7B. Windows color (decimal): -1291941 or 5982700. OLE color: 5982700.

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

Color convert

RGB 236 73 91 -
CMYK 0 0.69 0.61 0.07
HSL 353.37º 0.81% 0.61% -
HSV(B) 353.37º 0.69% 0.93% -
XYZ 38.86 23.35 12.36 -
YUV 123.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 236 73 91 0 0.69 0.61 0.07 353.37 0.81 0.61
Hex EC 49 5B 0 45 3D 7 161 51 3D
Octal 354 111 133 0 105 75 7 541 121 75
Binary 11101100 1001001 1011011 0 1000101 111101 111 101100001 1010001 111101

Color Harmonies of #EC495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC495B

Black with #EC495B

Text Example


Text Example

White with #EC495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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