Html Css Color HEX #E62448 Amaranth

📋 copy color: '#E62448'

red 230 ◦ green 36 ◦ blue 72

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

Shades of Amaranth #E62448

Tints of Amaranth #E62448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 68.05%
G = 10.65%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E62448 (or 0xE62448) is known color: Amaranth. HEX triplet: E6, 24 and 48. RGB value is (230,36,72). Sum of RGB (Red+Green+Blue) = 230+36+72=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E62448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62448 is #19DBB7. Grayscale: #626262. Windows color (decimal): -1694648 or 4728038. OLE color: 4728038.

HSL color Cylindrical-coordinate representation of color #E62448: hue angle of 348.87º 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 #E62448 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 36 72 -
CMYK 0 0.84 0.69 0.10
HSL 348.87º 0.8% 0.52% -
HSV(B) 348.87º 0.84% 0.9% -
XYZ 34.43 18.55 7.9 -
YUV 98.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 230 36 72 0 0.84 0.69 0.10 348.87 0.8 0.52
Hex E6 24 48 0 54 45 A 15D 50 34
Octal 346 44 110 0 124 105 12 535 120 64
Binary 11100110 100100 1001000 0 1010100 1000101 1010 101011101 1010000 110100

Color Harmonies of #E62448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62448

Black with #E62448

Text Example


Text Example

White with #E62448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62448; }

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

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

background-color css

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

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

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

border-color css

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

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

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