Html Css Color HEX #E7275C Amaranth

📋 copy color: '#E7275C'

red 231 ◦ green 39 ◦ blue 92

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

Shades of Amaranth #E7275C

Tints of Amaranth #E7275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 63.81%
G = 10.77%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7275C (or 0xE7275C) is known color: Amaranth. HEX triplet: E7, 27 and 5C. RGB value is (231,39,92). Sum of RGB (Red+Green+Blue) = 231+39+92=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7275C is #18D8A3. Grayscale: #666666. Windows color (decimal): -1628324 or 6039527. OLE color: 6039527.

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

Color convert

RGB 231 39 92 -
CMYK 0 0.83 0.60 0.09
HSL 343.44º 0.8% 0.53% -
HSV(B) 343.44º 0.83% 0.91% -
XYZ 35.61 19.21 11.96 -
YUV 102.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 231 39 92 0 0.83 0.60 0.09 343.44 0.8 0.53
Hex E7 27 5C 0 53 3C 9 157 50 35
Octal 347 47 134 0 123 74 11 527 120 65
Binary 11100111 100111 1011100 0 1010011 111100 1001 101010111 1010000 110101

Color Harmonies of #E7275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7275C

Black with #E7275C

Text Example


Text Example

White with #E7275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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