Html Css Color HEX #E34352 Amaranth

📋 copy color: '#E34352'

red 227 ◦ green 67 ◦ blue 82

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

Shades of Amaranth #E34352

Tints of Amaranth #E34352

RGB

 RED value IS 227 (89.06% from 255) = 60.37%

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

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

R = 60.37%
G = 17.82%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E34352 (or 0xE34352) is known color: Amaranth. HEX triplet: E3, 43 and 52. RGB value is (227,67,82). Sum of RGB (Red+Green+Blue) = 227+67+82=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E34352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34352 is #1CBCAD. Grayscale: #747474. Windows color (decimal): -1883310 or 5391331. OLE color: 5391331.

HSL color Cylindrical-coordinate representation of color #E34352: hue angle of 354.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34352 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 67 82 -
CMYK 0 0.70 0.64 0.11
HSL 354.38º 0.74% 0.58% -
HSV(B) 354.38º 0.7% 0.89% -
XYZ 35.21 20.95 10.17 -
YUV 116.55 108.51 206.78 -
System Red Green Blue C M Y K H S L
Decimal 227 67 82 0 0.70 0.64 0.11 354.38 0.74 0.58
Hex E3 43 52 0 46 40 B 162 4A 3A
Octal 343 103 122 0 106 100 13 542 112 72
Binary 11100011 1000011 1010010 0 1000110 1000000 1011 101100010 1001010 111010

Color Harmonies of #E34352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34352

Black with #E34352

Text Example


Text Example

White with #E34352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34352; }

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

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

background-color css

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

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

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

border-color css

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

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

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