Html Css Color HEX #E94352 Amaranth

📋 copy color: '#E94352'

red 233 ◦ green 67 ◦ blue 82

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

Shades of Amaranth #E94352

Tints of Amaranth #E94352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.54%

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

R = 60.99%
G = 17.54%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E94352 (or 0xE94352) is known color: Amaranth. HEX triplet: E9, 43 and 52. RGB value is (233,67,82). Sum of RGB (Red+Green+Blue) = 233+67+82=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E94352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94352 is #16BCAD. Grayscale: #767676. Windows color (decimal): -1490094 or 5391337. OLE color: 5391337.

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

Color convert

RGB 233 67 82 -
CMYK 0 0.71 0.65 0.09
HSL 354.58º 0.79% 0.59% -
HSV(B) 354.58º 0.71% 0.91% -
XYZ 37.13 21.95 10.26 -
YUV 118.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 233 67 82 0 0.71 0.65 0.09 354.58 0.79 0.59
Hex E9 43 52 0 47 41 9 163 4F 3B
Octal 351 103 122 0 107 101 11 543 117 73
Binary 11101001 1000011 1010010 0 1000111 1000001 1001 101100011 1001111 111011

Color Harmonies of #E94352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94352

Black with #E94352

Text Example


Text Example

White with #E94352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94352; }

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

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

background-color css

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

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

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

border-color css

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

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

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