Html Css Color HEX #E62144 Amaranth

📋 copy color: '#E62144'

red 230 ◦ green 33 ◦ blue 68

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

Shades of Amaranth #E62144

Tints of Amaranth #E62144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 69.49%
G = 9.97%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E62144 (or 0xE62144) is known color: Amaranth. HEX triplet: E6, 21 and 44. RGB value is (230,33,68). Sum of RGB (Red+Green+Blue) = 230+33+68=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E62144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62144 is #19DEBB. Grayscale: #5F5F5F. Windows color (decimal): -1695420 or 4465126. OLE color: 4465126.

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

Color convert

RGB 230 33 68 -
CMYK 0 0.86 0.70 0.10
HSL 349.34º 0.8% 0.52% -
HSV(B) 349.34º 0.86% 0.9% -
XYZ 34.22 18.33 7.2 -
YUV 95.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 230 33 68 0 0.86 0.70 0.10 349.34 0.8 0.52
Hex E6 21 44 0 56 46 A 15D 50 34
Octal 346 41 104 0 126 106 12 535 120 64
Binary 11100110 100001 1000100 0 1010110 1000110 1010 101011101 1010000 110100

Color Harmonies of #E62144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62144

Black with #E62144

Text Example


Text Example

White with #E62144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62144; }

 p { color: rgb(230,33,68); }

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

background-color css

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

 a { background-color: rgb(230,33,68); }

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

border-color css

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

 span { border-color: rgb(230,33,68); }

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