Html Css Color HEX #E62445 Amaranth

📋 copy color: '#E62445'

red 230 ◦ green 36 ◦ blue 69

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

Shades of Amaranth #E62445

Tints of Amaranth #E62445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

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

R = 68.66%
G = 10.75%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E62445 (or 0xE62445) is known color: Amaranth. HEX triplet: E6, 24 and 45. RGB value is (230,36,69). Sum of RGB (Red+Green+Blue) = 230+36+69=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E62445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62445 is #19DBBA. Grayscale: #616161. Windows color (decimal): -1694651 or 4531430. OLE color: 4531430.

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

Color convert

RGB 230 36 69 -
CMYK 0 0.84 0.7 0.10
HSL 349.79º 0.8% 0.52% -
HSV(B) 349.79º 0.84% 0.9% -
XYZ 34.34 18.51 7.39 -
YUV 97.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 230 36 69 0 0.84 0.7 0.10 349.79 0.8 0.52
Hex E6 24 45 0 54 46 A 15E 50 34
Octal 346 44 105 0 124 106 12 536 120 64
Binary 11100110 100100 1000101 0 1010100 1000110 1010 101011110 1010000 110100

Color Harmonies of #E62445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62445

Black with #E62445

Text Example


Text Example

White with #E62445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62445; }

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

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

background-color css

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

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

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

border-color css

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

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

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