Html Css Color HEX #E62348 Amaranth

📋 copy color: '#E62348'

red 230 ◦ green 35 ◦ blue 72

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

Shades of Amaranth #E62348

Tints of Amaranth #E62348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.39%

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

R = 68.25%
G = 10.39%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E62348 (or 0xE62348) is known color: Amaranth. HEX triplet: E6, 23 and 48. RGB value is (230,35,72). Sum of RGB (Red+Green+Blue) = 230+35+72=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E62348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62348 is #19DCB7. Grayscale: #616161. Windows color (decimal): -1694904 or 4727782. OLE color: 4727782.

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

Color convert

RGB 230 35 72 -
CMYK 0 0.85 0.69 0.10
HSL 348.62º 0.8% 0.52% -
HSV(B) 348.62º 0.85% 0.9% -
XYZ 34.4 18.49 7.89 -
YUV 97.52 113.6 222.49 -
System Red Green Blue C M Y K H S L
Decimal 230 35 72 0 0.85 0.69 0.10 348.62 0.8 0.52
Hex E6 23 48 0 55 45 A 15D 50 34
Octal 346 43 110 0 125 105 12 535 120 64
Binary 11100110 100011 1001000 0 1010101 1000101 1010 101011101 1010000 110100

Color Harmonies of #E62348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62348

Black with #E62348

Text Example


Text Example

White with #E62348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62348; }

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

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

background-color css

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

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

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

border-color css

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

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

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