Html Css Color HEX #E63948 Amaranth

📋 copy color: '#E63948'

red 230 ◦ green 57 ◦ blue 72

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

Shades of Amaranth #E63948

Tints of Amaranth #E63948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.88%

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

R = 64.07%
G = 15.88%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E63948 (or 0xE63948) is known color: Amaranth. HEX triplet: E6, 39 and 48. RGB value is (230,57,72). Sum of RGB (Red+Green+Blue) = 230+57+72=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E63948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63948 is #19C6B7. Grayscale: #6E6E6E. Windows color (decimal): -1689272 or 4733414. OLE color: 4733414.

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

Color convert

RGB 230 57 72 -
CMYK 0 0.75 0.69 0.10
HSL 354.8º 0.78% 0.56% -
HSV(B) 354.8º 0.75% 0.9% -
XYZ 35.27 20.22 8.17 -
YUV 110.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 230 57 72 0 0.75 0.69 0.10 354.8 0.78 0.56
Hex E6 39 48 0 4B 45 A 163 4E 38
Octal 346 71 110 0 113 105 12 543 116 70
Binary 11100110 111001 1001000 0 1001011 1000101 1010 101100011 1001110 111000

Color Harmonies of #E63948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63948

Black with #E63948

Text Example


Text Example

White with #E63948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63948; }

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

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

background-color css

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

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

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

border-color css

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

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

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