Html Css Color HEX #E91D52 Amaranth

📋 copy color: '#E91D52'

red 233 ◦ green 29 ◦ blue 82

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

Shades of Amaranth #E91D52

Tints of Amaranth #E91D52

RGB

 RED value IS 233 (91.41% from 255) = 67.73%

 GREEN value IS 29 (11.72% from 255) = 8.43%

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

R = 67.73%
G = 8.43%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E91D52 (or 0xE91D52) is known color: Amaranth. HEX triplet: E9, 1D and 52. RGB value is (233,29,82). Sum of RGB (Red+Green+Blue) = 233+29+82=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D52 is #16E2AD. Grayscale: #606060. Windows color (decimal): -1499822 or 5381609. OLE color: 5381609.

HSL color Cylindrical-coordinate representation of color #E91D52: hue angle of 344.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91D52 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 29 82 -
CMYK 0 0.88 0.65 0.09
HSL 344.41º 0.82% 0.51% -
HSV(B) 344.41º 0.88% 0.91% -
XYZ 35.57 18.81 9.74 -
YUV 96.04 120.09 225.69 -
System Red Green Blue C M Y K H S L
Decimal 233 29 82 0 0.88 0.65 0.09 344.41 0.82 0.51
Hex E9 1D 52 0 58 41 9 158 52 33
Octal 351 35 122 0 130 101 11 530 122 63
Binary 11101001 11101 1010010 0 1011000 1000001 1001 101011000 1010010 110011

Color Harmonies of #E91D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91D52

Black with #E91D52

Text Example


Text Example

White with #E91D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91D52; }

 p { color: rgb(233,29,82); }

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

background-color css

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

 a { background-color: rgb(233,29,82); }

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

border-color css

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

 span { border-color: rgb(233,29,82); }

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