Html Css Color HEX #E42B4F Amaranth

📋 copy color: '#E42B4F'

red 228 ◦ green 43 ◦ blue 79

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

Shades of Amaranth #E42B4F

Tints of Amaranth #E42B4F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.29%

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 65.14%
G = 12.29%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E42B4F (or 0xE42B4F) is known color: Amaranth. HEX triplet: E4, 2B and 4F. RGB value is (228,43,79). Sum of RGB (Red+Green+Blue) = 228+43+79=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42B4F is #1BD4B0. Grayscale: #666666. Windows color (decimal): -1823921 or 5188580. OLE color: 5188580.

HSL color Cylindrical-coordinate representation of color #E42B4F: hue angle of 348.32º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42B4F is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 43 79 -
CMYK 0 0.81 0.65 0.11
HSL 348.32º 0.77% 0.53% -
HSV(B) 348.32º 0.81% 0.89% -
XYZ 34.27 18.79 9.22 -
YUV 102.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 228 43 79 0 0.81 0.65 0.11 348.32 0.77 0.53
Hex E4 2B 4F 0 51 41 B 15C 4D 35
Octal 344 53 117 0 121 101 13 534 115 65
Binary 11100100 101011 1001111 0 1010001 1000001 1011 101011100 1001101 110101

Color Harmonies of #E42B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42B4F

Black with #E42B4F

Text Example


Text Example

White with #E42B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42B4F; }

 p { color: rgb(228,43,79); }

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

background-color css

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

 a { background-color: rgb(228,43,79); }

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

border-color css

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

 span { border-color: rgb(228,43,79); }

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