Html Css Color HEX #E43C4B Amaranth

📋 copy color: '#E43C4B'

red 228 ◦ green 60 ◦ blue 75

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

Shades of Amaranth #E43C4B

Tints of Amaranth #E43C4B

RGB

 RED value IS 228 (89.45% from 255) = 62.81%

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

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

R = 62.81%
G = 16.53%
B = 20.66%

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

#E43C4B (or 0xE43C4B) is known color: Amaranth. HEX triplet: E4, 3C and 4B. RGB value is (228,60,75). Sum of RGB (Red+Green+Blue) = 228+60+75=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E43C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43C4B is #1BC3B4. Grayscale: #707070. Windows color (decimal): -1819573 or 4930788. OLE color: 4930788.

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

Color convert

RGB 228 60 75 -
CMYK 0 0.74 0.67 0.11
HSL 354.64º 0.76% 0.56% -
HSV(B) 354.64º 0.74% 0.89% -
XYZ 34.88 20.23 8.72 -
YUV 111.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 228 60 75 0 0.74 0.67 0.11 354.64 0.76 0.56
Hex E4 3C 4B 0 4A 43 B 163 4C 38
Octal 344 74 113 0 112 103 13 543 114 70
Binary 11100100 111100 1001011 0 1001010 1000011 1011 101100011 1001100 111000

Color Harmonies of #E43C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43C4B

Black with #E43C4B

Text Example


Text Example

White with #E43C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43C4B; }

 p { color: rgb(228,60,75); }

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

background-color css

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

 a { background-color: rgb(228,60,75); }

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

border-color css

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

 span { border-color: rgb(228,60,75); }

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