Html Css Color HEX #EC335A Amaranth

📋 copy color: '#EC335A'

red 236 ◦ green 51 ◦ blue 90

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

Shades of Amaranth #EC335A

Tints of Amaranth #EC335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 62.6%
G = 13.53%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC335A (or 0xEC335A) is known color: Amaranth. HEX triplet: EC, 33 and 5A. RGB value is (236,51,90). Sum of RGB (Red+Green+Blue) = 236+51+90=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC335A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC335A is #13CCA5. Grayscale: #6E6E6E. Windows color (decimal): -1297574 or 5911532. OLE color: 5911532.

HSL color Cylindrical-coordinate representation of color #EC335A: hue angle of 347.35º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC335A is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 51 90 -
CMYK 0 0.78 0.62 0.07
HSL 347.35º 0.83% 0.56% -
HSV(B) 347.35º 0.78% 0.93% -
XYZ 37.62 20.94 11.73 -
YUV 110.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 236 51 90 0 0.78 0.62 0.07 347.35 0.83 0.56
Hex EC 33 5A 0 4E 3E 7 15B 53 38
Octal 354 63 132 0 116 76 7 533 123 70
Binary 11101100 110011 1011010 0 1001110 111110 111 101011011 1010011 111000

Color Harmonies of #EC335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC335A

Black with #EC335A

Text Example


Text Example

White with #EC335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC335A; }

 p { color: rgb(236,51,90); }

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

background-color css

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

 a { background-color: rgb(236,51,90); }

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

border-color css

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

 span { border-color: rgb(236,51,90); }

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