Html Css Color HEX #EC245B Amaranth

📋 copy color: '#EC245B'

red 236 ◦ green 36 ◦ blue 91

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

Shades of Amaranth #EC245B

Tints of Amaranth #EC245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.92%

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

R = 65.01%
G = 9.92%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC245B (or 0xEC245B) is known color: Amaranth. HEX triplet: EC, 24 and 5B. RGB value is (236,36,91). Sum of RGB (Red+Green+Blue) = 236+36+91=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC245B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC245B is #13DBA4. Grayscale: #666666. Windows color (decimal): -1301413 or 5973228. OLE color: 5973228.

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

Color convert

RGB 236 36 91 -
CMYK 0 0.85 0.61 0.07
HSL 343.5º 0.84% 0.53% -
HSV(B) 343.5º 0.85% 0.93% -
XYZ 37.11 19.85 11.77 -
YUV 102.07 121.76 223.53 -
System Red Green Blue C M Y K H S L
Decimal 236 36 91 0 0.85 0.61 0.07 343.5 0.84 0.53
Hex EC 24 5B 0 55 3D 7 158 54 35
Octal 354 44 133 0 125 75 7 530 124 65
Binary 11101100 100100 1011011 0 1010101 111101 111 101011000 1010100 110101

Color Harmonies of #EC245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC245B

Black with #EC245B

Text Example


Text Example

White with #EC245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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