Html Css Color HEX #E93450 Amaranth

📋 copy color: '#E93450'

red 233 ◦ green 52 ◦ blue 80

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

Shades of Amaranth #E93450

Tints of Amaranth #E93450

RGB

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

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

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

R = 63.84%
G = 14.25%
B = 21.92%

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

#E93450 (or 0xE93450) is known color: Amaranth. HEX triplet: E9, 34 and 50. RGB value is (233,52,80). Sum of RGB (Red+Green+Blue) = 233+52+80=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E93450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93450 is #16CBAF. Grayscale: #6D6D6D. Windows color (decimal): -1493936 or 5256425. OLE color: 5256425.

HSL color Cylindrical-coordinate representation of color #E93450: hue angle of 350.72º 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 #E93450 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 52 80 -
CMYK 0 0.78 0.66 0.09
HSL 350.72º 0.8% 0.56% -
HSV(B) 350.72º 0.78% 0.91% -
XYZ 36.28 20.36 9.61 -
YUV 109.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 233 52 80 0 0.78 0.66 0.09 350.72 0.8 0.56
Hex E9 34 50 0 4E 42 9 15F 50 38
Octal 351 64 120 0 116 102 11 537 120 70
Binary 11101001 110100 1010000 0 1001110 1000010 1001 101011111 1010000 111000

Color Harmonies of #E93450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93450

Black with #E93450

Text Example


Text Example

White with #E93450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93450; }

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

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

background-color css

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

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

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

border-color css

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

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

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