Html Css Color HEX #E02252 Amaranth

📋 copy color: '#E02252'

red 224 ◦ green 34 ◦ blue 82

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

Shades of Amaranth #E02252

Tints of Amaranth #E02252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 65.88%
G = 10%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E02252 (or 0xE02252) is known color: Amaranth. HEX triplet: E0, 22 and 52. RGB value is (224,34,82). Sum of RGB (Red+Green+Blue) = 224+34+82=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E02252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02252 is #1FDDAD. Grayscale: #606060. Windows color (decimal): -2088366 or 5382880. OLE color: 5382880.

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

Color convert

RGB 224 34 82 -
CMYK 0 0.85 0.63 0.12
HSL 344.84º 0.75% 0.51% -
HSV(B) 344.84º 0.85% 0.88% -
XYZ 32.84 17.6 9.65 -
YUV 96.28 119.95 219.1 -
System Red Green Blue C M Y K H S L
Decimal 224 34 82 0 0.85 0.63 0.12 344.84 0.75 0.51
Hex E0 22 52 0 55 3F C 159 4B 33
Octal 340 42 122 0 125 77 14 531 113 63
Binary 11100000 100010 1010010 0 1010101 111111 1100 101011001 1001011 110011

Color Harmonies of #E02252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02252

Black with #E02252

Text Example


Text Example

White with #E02252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02252; }

 p { color: rgb(224,34,82); }

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

background-color css

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

 a { background-color: rgb(224,34,82); }

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

border-color css

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

 span { border-color: rgb(224,34,82); }

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