Html Css Color HEX #EC235C Amaranth

📋 copy color: '#EC235C'

red 236 ◦ green 35 ◦ blue 92

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

Shades of Amaranth #EC235C

Tints of Amaranth #EC235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 65.01%
G = 9.64%
B = 25.34%

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

#EC235C (or 0xEC235C) is known color: Amaranth. HEX triplet: EC, 23 and 5C. RGB value is (236,35,92). Sum of RGB (Red+Green+Blue) = 236+35+92=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC235C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC235C is #13DCA3. Grayscale: #656565. Windows color (decimal): -1301668 or 6038508. OLE color: 6038508.

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

Color convert

RGB 236 35 92 -
CMYK 0 0.85 0.61 0.07
HSL 342.99º 0.84% 0.53% -
HSV(B) 342.99º 0.85% 0.93% -
XYZ 37.12 19.81 11.99 -
YUV 101.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 236 35 92 0 0.85 0.61 0.07 342.99 0.84 0.53
Hex EC 23 5C 0 55 3D 7 157 54 35
Octal 354 43 134 0 125 75 7 527 124 65
Binary 11101100 100011 1011100 0 1010101 111101 111 101010111 1010100 110101

Color Harmonies of #EC235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC235C

Black with #EC235C

Text Example


Text Example

White with #EC235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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