Html Css Color HEX #E63248 Amaranth

📋 copy color: '#E63248'

red 230 ◦ green 50 ◦ blue 72

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

Shades of Amaranth #E63248

Tints of Amaranth #E63248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.2%

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

R = 65.34%
G = 14.2%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E63248 (or 0xE63248) is known color: Amaranth. HEX triplet: E6, 32 and 48. RGB value is (230,50,72). Sum of RGB (Red+Green+Blue) = 230+50+72=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E63248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63248 is #19CDB7. Grayscale: #6A6A6A. Windows color (decimal): -1691064 or 4731622. OLE color: 4731622.

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

Color convert

RGB 230 50 72 -
CMYK 0 0.78 0.69 0.10
HSL 352.67º 0.78% 0.55% -
HSV(B) 352.67º 0.78% 0.9% -
XYZ 34.94 19.57 8.07 -
YUV 106.33 108.63 216.21 -
System Red Green Blue C M Y K H S L
Decimal 230 50 72 0 0.78 0.69 0.10 352.67 0.78 0.55
Hex E6 32 48 0 4E 45 A 161 4E 37
Octal 346 62 110 0 116 105 12 541 116 67
Binary 11100110 110010 1001000 0 1001110 1000101 1010 101100001 1001110 110111

Color Harmonies of #E63248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63248

Black with #E63248

Text Example


Text Example

White with #E63248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63248; }

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

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

background-color css

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

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

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

border-color css

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

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

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