Html Css Color HEX #EC424B Amaranth

📋 copy color: '#EC424B'

red 236 ◦ green 66 ◦ blue 75

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

Shades of Amaranth #EC424B

Tints of Amaranth #EC424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 62.6%
G = 17.51%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC424B (or 0xEC424B) is known color: Amaranth. HEX triplet: EC, 42 and 4B. RGB value is (236,66,75). Sum of RGB (Red+Green+Blue) = 236+66+75=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC424B is #13BDB4. Grayscale: #757575. Windows color (decimal): -1293749 or 4932332. OLE color: 4932332.

HSL color Cylindrical-coordinate representation of color #EC424B: hue angle of 356.82º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC424B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 66 75 -
CMYK 0 0.72 0.68 0.07
HSL 356.82º 0.82% 0.59% -
HSV(B) 356.82º 0.72% 0.93% -
XYZ 37.81 22.24 8.96 -
YUV 117.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 236 66 75 0 0.72 0.68 0.07 356.82 0.82 0.59
Hex EC 42 4B 0 48 44 7 165 52 3B
Octal 354 102 113 0 110 104 7 545 122 73
Binary 11101100 1000010 1001011 0 1001000 1000100 111 101100101 1010010 111011

Color Harmonies of #EC424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC424B

Black with #EC424B

Text Example


Text Example

White with #EC424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC424B; }

 p { color: rgb(236,66,75); }

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

background-color css

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

 a { background-color: rgb(236,66,75); }

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

border-color css

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

 span { border-color: rgb(236,66,75); }

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