Html Css Color HEX #E7274E Amaranth

📋 copy color: '#E7274E'

red 231 ◦ green 39 ◦ blue 78

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

Shades of Amaranth #E7274E

Tints of Amaranth #E7274E

RGB

 RED value IS 231 (90.63% from 255) = 66.38%

 GREEN value IS 39 (15.63% from 255) = 11.21%

 BLUE value IS 78 (30.86% from 255) = 22.41%

R = 66.38%
G = 11.21%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7274E (or 0xE7274E) is known color: Amaranth. HEX triplet: E7, 27 and 4E. RGB value is (231,39,78). Sum of RGB (Red+Green+Blue) = 231+39+78=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E7274E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7274E is #18D8B1. Grayscale: #646464. Windows color (decimal): -1628338 or 5122023. OLE color: 5122023.

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

Color convert

RGB 231 39 78 -
CMYK 0 0.83 0.66 0.09
HSL 347.81º 0.8% 0.53% -
HSV(B) 347.81º 0.83% 0.91% -
XYZ 35.06 18.99 9.03 -
YUV 100.85 115.11 220.83 -
System Red Green Blue C M Y K H S L
Decimal 231 39 78 0 0.83 0.66 0.09 347.81 0.8 0.53
Hex E7 27 4E 0 53 42 9 15C 50 35
Octal 347 47 116 0 123 102 11 534 120 65
Binary 11100111 100111 1001110 0 1010011 1000010 1001 101011100 1010000 110101

Color Harmonies of #E7274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7274E

Black with #E7274E

Text Example


Text Example

White with #E7274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7274E; }

 p { color: rgb(231,39,78); }

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

background-color css

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

 a { background-color: rgb(231,39,78); }

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

border-color css

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

 span { border-color: rgb(231,39,78); }

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