Html Css Color HEX #E93752 Amaranth

📋 copy color: '#E93752'

red 233 ◦ green 55 ◦ blue 82

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

Shades of Amaranth #E93752

Tints of Amaranth #E93752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.86%

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

R = 62.97%
G = 14.86%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E93752 (or 0xE93752) is known color: Amaranth. HEX triplet: E9, 37 and 52. RGB value is (233,55,82). Sum of RGB (Red+Green+Blue) = 233+55+82=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E93752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93752 is #16C8AD. Grayscale: #6F6F6F. Windows color (decimal): -1493166 or 5388265. OLE color: 5388265.

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

Color convert

RGB 233 55 82 -
CMYK 0 0.76 0.65 0.09
HSL 350.9º 0.8% 0.56% -
HSV(B) 350.9º 0.76% 0.91% -
XYZ 36.49 20.67 10.05 -
YUV 111.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 233 55 82 0 0.76 0.65 0.09 350.9 0.8 0.56
Hex E9 37 52 0 4C 41 9 15F 50 38
Octal 351 67 122 0 114 101 11 537 120 70
Binary 11101001 110111 1010010 0 1001100 1000001 1001 101011111 1010000 111000

Color Harmonies of #E93752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93752

Black with #E93752

Text Example


Text Example

White with #E93752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93752; }

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

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

background-color css

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

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

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

border-color css

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

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

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