Html Css Color HEX #E33C4A Amaranth

📋 copy color: '#E33C4A'

red 227 ◦ green 60 ◦ blue 74

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

Shades of Amaranth #E33C4A

Tints of Amaranth #E33C4A

RGB

 RED value IS 227 (89.06% from 255) = 62.88%

 GREEN value IS 60 (23.83% from 255) = 16.62%

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 62.88%
G = 16.62%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E33C4A (or 0xE33C4A) is known color: Amaranth. HEX triplet: E3, 3C and 4A. RGB value is (227,60,74). Sum of RGB (Red+Green+Blue) = 227+60+74=361 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.88% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 227 - color contains mainly: red. Hex color #E33C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33C4A is #1CC3B5. Grayscale: #6F6F6F. Windows color (decimal): -1885110 or 4865251. OLE color: 4865251.

HSL color Cylindrical-coordinate representation of color #E33C4A: hue angle of 354.97º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33C4A is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 60 74 -
CMYK 0 0.74 0.67 0.11
HSL 354.97º 0.75% 0.56% -
HSV(B) 354.97º 0.74% 0.89% -
XYZ 34.53 20.06 8.53 -
YUV 111.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 227 60 74 0 0.74 0.67 0.11 354.97 0.75 0.56
Hex E3 3C 4A 0 4A 43 B 163 4B 38
Octal 343 74 112 0 112 103 13 543 113 70
Binary 11100011 111100 1001010 0 1001010 1000011 1011 101100011 1001011 111000

Color Harmonies of #E33C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33C4A

Black with #E33C4A

Text Example


Text Example

White with #E33C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33C4A; }

 p { color: rgb(227,60,74); }

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

background-color css

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

 a { background-color: rgb(227,60,74); }

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

border-color css

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

 span { border-color: rgb(227,60,74); }

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