Html Css Color HEX #E62148 Amaranth

📋 copy color: '#E62148'

red 230 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #E62148

Tints of Amaranth #E62148

RGB

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

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

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

R = 68.66%
G = 9.85%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E62148 (or 0xE62148) is known color: Amaranth. HEX triplet: E6, 21 and 48. RGB value is (230,33,72). Sum of RGB (Red+Green+Blue) = 230+33+72=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E62148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62148 is #19DEB7. Grayscale: #606060. Windows color (decimal): -1695416 or 4727270. OLE color: 4727270.

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

Color convert

RGB 230 33 72 -
CMYK 0 0.86 0.69 0.10
HSL 348.12º 0.8% 0.52% -
HSV(B) 348.12º 0.86% 0.9% -
XYZ 34.35 18.38 7.87 -
YUV 96.35 114.27 223.33 -
System Red Green Blue C M Y K H S L
Decimal 230 33 72 0 0.86 0.69 0.10 348.12 0.8 0.52
Hex E6 21 48 0 56 45 A 15C 50 34
Octal 346 41 110 0 126 105 12 534 120 64
Binary 11100110 100001 1001000 0 1010110 1000101 1010 101011100 1010000 110100

Color Harmonies of #E62148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62148

Black with #E62148

Text Example


Text Example

White with #E62148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62148; }

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

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

background-color css

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

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

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

border-color css

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

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

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