Html Css Color HEX #E63348 Amaranth

📋 copy color: '#E63348'

red 230 ◦ green 51 ◦ blue 72

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

Shades of Amaranth #E63348

Tints of Amaranth #E63348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

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

R = 65.16%
G = 14.45%
B = 20.4%

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

#E63348 (or 0xE63348) is known color: Amaranth. HEX triplet: E6, 33 and 48. RGB value is (230,51,72). Sum of RGB (Red+Green+Blue) = 230+51+72=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E63348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63348 is #19CCB7. Grayscale: #6B6B6B. Windows color (decimal): -1690808 or 4731878. OLE color: 4731878.

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

Color convert

RGB 230 51 72 -
CMYK 0 0.78 0.69 0.10
HSL 352.96º 0.78% 0.55% -
HSV(B) 352.96º 0.78% 0.9% -
XYZ 34.99 19.66 8.08 -
YUV 106.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 230 51 72 0 0.78 0.69 0.10 352.96 0.78 0.55
Hex E6 33 48 0 4E 45 A 161 4E 37
Octal 346 63 110 0 116 105 12 541 116 67
Binary 11100110 110011 1001000 0 1001110 1000101 1010 101100001 1001110 110111

Color Harmonies of #E63348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63348

Black with #E63348

Text Example


Text Example

White with #E63348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63348; }

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

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

background-color css

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

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

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

border-color css

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

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

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