Html Css Color HEX #E0334B Amaranth

📋 copy color: '#E0334B'

red 224 ◦ green 51 ◦ blue 75

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

Shades of Amaranth #E0334B

Tints of Amaranth #E0334B

RGB

 RED value IS 224 (87.89% from 255) = 64%

 GREEN value IS 51 (20.31% from 255) = 14.57%

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

R = 64%
G = 14.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0334B (or 0xE0334B) is known color: Amaranth. HEX triplet: E0, 33 and 4B. RGB value is (224,51,75). Sum of RGB (Red+Green+Blue) = 224+51+75=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0334B is #1FCCB4. Grayscale: #696969. Windows color (decimal): -2084021 or 4928480. OLE color: 4928480.

HSL color Cylindrical-coordinate representation of color #E0334B: hue angle of 351.68º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0334B is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 75 -
CMYK 0 0.77 0.67 0.12
HSL 351.68º 0.74% 0.54% -
HSV(B) 351.68º 0.77% 0.88% -
XYZ 33.19 18.72 8.52 -
YUV 105.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 224 51 75 0 0.77 0.67 0.12 351.68 0.74 0.54
Hex E0 33 4B 0 4D 43 C 160 4A 36
Octal 340 63 113 0 115 103 14 540 112 66
Binary 11100000 110011 1001011 0 1001101 1000011 1100 101100000 1001010 110110

Color Harmonies of #E0334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0334B

Black with #E0334B

Text Example


Text Example

White with #E0334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0334B; }

 p { color: rgb(224,51,75); }

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

background-color css

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

 a { background-color: rgb(224,51,75); }

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

border-color css

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

 span { border-color: rgb(224,51,75); }

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