Html Css Color HEX #E83450 Amaranth

📋 copy color: '#E83450'

red 232 ◦ green 52 ◦ blue 80

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

Shades of Amaranth #E83450

Tints of Amaranth #E83450

RGB

 RED value IS 232 (91.02% from 255) = 63.74%

 GREEN value IS 52 (20.7% from 255) = 14.29%

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 63.74%
G = 14.29%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E83450 (or 0xE83450) is known color: Amaranth. HEX triplet: E8, 34 and 50. RGB value is (232,52,80). Sum of RGB (Red+Green+Blue) = 232+52+80=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E83450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83450 is #17CBAF. Grayscale: #6D6D6D. Windows color (decimal): -1559472 or 5256424. OLE color: 5256424.

HSL color Cylindrical-coordinate representation of color #E83450: hue angle of 350.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E83450 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 52 80 -
CMYK 0 0.78 0.66 0.09
HSL 350.67º 0.8% 0.56% -
HSV(B) 350.67º 0.78% 0.91% -
XYZ 35.95 20.19 9.59 -
YUV 109.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 232 52 80 0 0.78 0.66 0.09 350.67 0.8 0.56
Hex E8 34 50 0 4E 42 9 15F 50 38
Octal 350 64 120 0 116 102 11 537 120 70
Binary 11101000 110100 1010000 0 1001110 1000010 1001 101011111 1010000 111000

Color Harmonies of #E83450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E83450

Black with #E83450

Text Example


Text Example

White with #E83450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E83450; }

 p { color: rgb(232,52,80); }

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

background-color css

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

 a { background-color: rgb(232,52,80); }

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

border-color css

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

 span { border-color: rgb(232,52,80); }

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