Html Css Color HEX #E62945 Amaranth

📋 copy color: '#E62945'

red 230 ◦ green 41 ◦ blue 69

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

Shades of Amaranth #E62945

Tints of Amaranth #E62945

RGB

 RED value IS 230 (90.23% from 255) = 67.65%

 GREEN value IS 41 (16.41% from 255) = 12.06%

 BLUE value IS 69 (27.34% from 255) = 20.29%

R = 67.65%
G = 12.06%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E62945 (or 0xE62945) is known color: Amaranth. HEX triplet: E6, 29 and 45. RGB value is (230,41,69). Sum of RGB (Red+Green+Blue) = 230+41+69=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E62945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62945 is #19D6BA. Grayscale: #646464. Windows color (decimal): -1693371 or 4532710. OLE color: 4532710.

HSL color Cylindrical-coordinate representation of color #E62945: hue angle of 351.11º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62945 is Cyan = 0, Magento = 0.82, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 69 -
CMYK 0 0.82 0.7 0.10
HSL 351.11º 0.79% 0.53% -
HSV(B) 351.11º 0.82% 0.9% -
XYZ 34.5 18.84 7.45 -
YUV 100.7 110.12 220.22 -
System Red Green Blue C M Y K H S L
Decimal 230 41 69 0 0.82 0.7 0.10 351.11 0.79 0.53
Hex E6 29 45 0 52 46 A 15F 4F 35
Octal 346 51 105 0 122 106 12 537 117 65
Binary 11100110 101001 1000101 0 1010010 1000110 1010 101011111 1001111 110101

Color Harmonies of #E62945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62945

Black with #E62945

Text Example


Text Example

White with #E62945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62945; }

 p { color: rgb(230,41,69); }

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

background-color css

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

 a { background-color: rgb(230,41,69); }

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

border-color css

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

 span { border-color: rgb(230,41,69); }

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