Html Css Color HEX #E33C52 Amaranth

📋 copy color: '#E33C52'

red 227 ◦ green 60 ◦ blue 82

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

Shades of Amaranth #E33C52

Tints of Amaranth #E33C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.22%

R = 61.52%
G = 16.26%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E33C52 (or 0xE33C52) is known color: Amaranth. HEX triplet: E3, 3C and 52. RGB value is (227,60,82). Sum of RGB (Red+Green+Blue) = 227+60+82=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E33C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33C52 is #1CC3AD. Grayscale: #707070. Windows color (decimal): -1885102 or 5389539. OLE color: 5389539.

HSL color Cylindrical-coordinate representation of color #E33C52: hue angle of 352.1º 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 #E33C52 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 60 82 -
CMYK 0 0.74 0.64 0.11
HSL 352.1º 0.75% 0.56% -
HSV(B) 352.1º 0.74% 0.89% -
XYZ 34.82 20.17 10.04 -
YUV 112.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 227 60 82 0 0.74 0.64 0.11 352.1 0.75 0.56
Hex E3 3C 52 0 4A 40 B 160 4B 38
Octal 343 74 122 0 112 100 13 540 113 70
Binary 11100011 111100 1010010 0 1001010 1000000 1011 101100000 1001011 111000

Color Harmonies of #E33C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33C52

Black with #E33C52

Text Example


Text Example

White with #E33C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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