Html Css Color HEX #E4225C Amaranth

📋 copy color: '#E4225C'

red 228 ◦ green 34 ◦ blue 92

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

Shades of Amaranth #E4225C

Tints of Amaranth #E4225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.6%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 64.41%
G = 9.6%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E4225C (or 0xE4225C) is known color: Amaranth. HEX triplet: E4, 22 and 5C. RGB value is (228,34,92). Sum of RGB (Red+Green+Blue) = 228+34+92=354 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.41% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 228 - color contains mainly: red. Hex color #E4225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4225C is #1BDDA3. Grayscale: #626262. Windows color (decimal): -1826212 or 6038244. OLE color: 6038244.

HSL color Cylindrical-coordinate representation of color #E4225C: hue angle of 342.06º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E4225C is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 34 92 -
CMYK 0 0.85 0.60 0.11
HSL 342.06º 0.78% 0.51% -
HSV(B) 342.06º 0.85% 0.89% -
XYZ 34.5 18.41 11.86 -
YUV 98.62 124.27 220.28 -
System Red Green Blue C M Y K H S L
Decimal 228 34 92 0 0.85 0.60 0.11 342.06 0.78 0.51
Hex E4 22 5C 0 55 3C B 156 4E 33
Octal 344 42 134 0 125 74 13 526 116 63
Binary 11100100 100010 1011100 0 1010101 111100 1011 101010110 1001110 110011

Color Harmonies of #E4225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4225C

Black with #E4225C

Text Example


Text Example

White with #E4225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4225C; }

 p { color: rgb(228,34,92); }

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

background-color css

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

 a { background-color: rgb(228,34,92); }

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

border-color css

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

 span { border-color: rgb(228,34,92); }

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