Html Css Color HEX #E02D52 Amaranth

📋 copy color: '#E02D52'

red 224 ◦ green 45 ◦ blue 82

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

Shades of Amaranth #E02D52

Tints of Amaranth #E02D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.82%

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

R = 63.82%
G = 12.82%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E02D52 (or 0xE02D52) is known color: Amaranth. HEX triplet: E0, 2D and 52. RGB value is (224,45,82). Sum of RGB (Red+Green+Blue) = 224+45+82=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D52 is #1FD2AD. Grayscale: #666666. Windows color (decimal): -2085550 or 5385696. OLE color: 5385696.

HSL color Cylindrical-coordinate representation of color #E02D52: hue angle of 347.6º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D52 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 82 -
CMYK 0 0.80 0.63 0.12
HSL 347.6º 0.74% 0.53% -
HSV(B) 347.6º 0.8% 0.88% -
XYZ 33.2 18.33 9.77 -
YUV 102.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 224 45 82 0 0.80 0.63 0.12 347.6 0.74 0.53
Hex E0 2D 52 0 50 3F C 15C 4A 35
Octal 340 55 122 0 120 77 14 534 112 65
Binary 11100000 101101 1010010 0 1010000 111111 1100 101011100 1001010 110101

Color Harmonies of #E02D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D52

Black with #E02D52

Text Example


Text Example

White with #E02D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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