Html Css Color HEX #E0434B Amaranth

📋 copy color: '#E0434B'

red 224 ◦ green 67 ◦ blue 75

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

Shades of Amaranth #E0434B

Tints of Amaranth #E0434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.31%

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

R = 61.2%
G = 18.31%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0434B (or 0xE0434B) is known color: Amaranth. HEX triplet: E0, 43 and 4B. RGB value is (224,67,75). Sum of RGB (Red+Green+Blue) = 224+67+75=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0434B is #1FBCB4. Grayscale: #727272. Windows color (decimal): -2079925 or 4932576. OLE color: 4932576.

HSL color Cylindrical-coordinate representation of color #E0434B: hue angle of 356.94º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E0434B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 67 75 -
CMYK 0 0.70 0.67 0.12
HSL 356.94º 0.72% 0.57% -
HSV(B) 356.94º 0.7% 0.88% -
XYZ 34.02 20.37 8.8 -
YUV 114.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 224 67 75 0 0.70 0.67 0.12 356.94 0.72 0.57
Hex E0 43 4B 0 46 43 C 165 48 39
Octal 340 103 113 0 106 103 14 545 110 71
Binary 11100000 1000011 1001011 0 1000110 1000011 1100 101100101 1001000 111001

Color Harmonies of #E0434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0434B

Black with #E0434B

Text Example


Text Example

White with #E0434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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