Html Css Color HEX #E0234D Amaranth

📋 copy color: '#E0234D'

red 224 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #E0234D

Tints of Amaranth #E0234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.42%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 66.67%
G = 10.42%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0234D (or 0xE0234D) is known color: Amaranth. HEX triplet: E0, 23 and 4D. RGB value is (224,35,77). Sum of RGB (Red+Green+Blue) = 224+35+77=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0234D is #1FDCB2. Grayscale: #606060. Windows color (decimal): -2088115 or 5055456. OLE color: 5055456.

HSL color Cylindrical-coordinate representation of color #E0234D: hue angle of 346.67º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0234D is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 35 77 -
CMYK 0 0.84 0.66 0.12
HSL 346.67º 0.75% 0.51% -
HSV(B) 346.67º 0.84% 0.88% -
XYZ 32.68 17.59 8.69 -
YUV 96.3 117.12 219.08 -
System Red Green Blue C M Y K H S L
Decimal 224 35 77 0 0.84 0.66 0.12 346.67 0.75 0.51
Hex E0 23 4D 0 54 42 C 15B 4B 33
Octal 340 43 115 0 124 102 14 533 113 63
Binary 11100000 100011 1001101 0 1010100 1000010 1100 101011011 1001011 110011

Color Harmonies of #E0234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0234D

Black with #E0234D

Text Example


Text Example

White with #E0234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0234D; }

 p { color: rgb(224,35,77); }

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

background-color css

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

 a { background-color: rgb(224,35,77); }

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

border-color css

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

 span { border-color: rgb(224,35,77); }

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