Html Css Color HEX #EC235B Amaranth

📋 copy color: '#EC235B'

red 236 ◦ green 35 ◦ blue 91

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

Shades of Amaranth #EC235B

Tints of Amaranth #EC235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.67%

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

R = 65.19%
G = 9.67%
B = 25.14%

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

#EC235B (or 0xEC235B) is known color: Amaranth. HEX triplet: EC, 23 and 5B. RGB value is (236,35,91). Sum of RGB (Red+Green+Blue) = 236+35+91=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC235B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC235B is #13DCA4. Grayscale: #656565. Windows color (decimal): -1301669 or 5972972. OLE color: 5972972.

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

Color convert

RGB 236 35 91 -
CMYK 0 0.85 0.61 0.07
HSL 343.28º 0.84% 0.53% -
HSV(B) 343.28º 0.85% 0.93% -
XYZ 37.08 19.79 11.76 -
YUV 101.48 122.09 223.95 -
System Red Green Blue C M Y K H S L
Decimal 236 35 91 0 0.85 0.61 0.07 343.28 0.84 0.53
Hex EC 23 5B 0 55 3D 7 157 54 35
Octal 354 43 133 0 125 75 7 527 124 65
Binary 11101100 100011 1011011 0 1010101 111101 111 101010111 1010100 110101

Color Harmonies of #EC235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC235B

Black with #EC235B

Text Example


Text Example

White with #EC235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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