Html Css Color HEX #E63244 Amaranth

📋 copy color: '#E63244'

red 230 ◦ green 50 ◦ blue 68

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

Shades of Amaranth #E63244

Tints of Amaranth #E63244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.54%

R = 66.09%
G = 14.37%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E63244 (or 0xE63244) is known color: Amaranth. HEX triplet: E6, 32 and 44. RGB value is (230,50,68). Sum of RGB (Red+Green+Blue) = 230+50+68=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E63244 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63244 is #19CDBB. Grayscale: #696969. Windows color (decimal): -1691068 or 4469478. OLE color: 4469478.

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

Color convert

RGB 230 50 68 -
CMYK 0 0.78 0.70 0.10
HSL 354º 0.78% 0.55% -
HSV(B) 354º 0.78% 0.9% -
XYZ 34.82 19.52 7.4 -
YUV 105.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 230 50 68 0 0.78 0.70 0.10 354 0.78 0.55
Hex E6 32 44 0 4E 46 A 162 4E 37
Octal 346 62 104 0 116 106 12 542 116 67
Binary 11100110 110010 1000100 0 1001110 1000110 1010 101100010 1001110 110111

Color Harmonies of #E63244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63244

Black with #E63244

Text Example


Text Example

White with #E63244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63244; }

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

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

background-color css

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

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

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

border-color css

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

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

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