Html Css Color HEX #E6304A Amaranth

📋 copy color: '#E6304A'

red 230 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #E6304A

Tints of Amaranth #E6304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.64%

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 65.34%
G = 13.64%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6304A (or 0xE6304A) is known color: Amaranth. HEX triplet: E6, 30 and 4A. RGB value is (230,48,74). Sum of RGB (Red+Green+Blue) = 230+48+74=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E6304A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6304A is #19CFB5. Grayscale: #696969. Windows color (decimal): -1691574 or 4862182. OLE color: 4862182.

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

Color convert

RGB 230 48 74 -
CMYK 0 0.79 0.68 0.10
HSL 351.43º 0.78% 0.55% -
HSV(B) 351.43º 0.79% 0.9% -
XYZ 34.93 19.43 8.39 -
YUV 105.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 230 48 74 0 0.79 0.68 0.10 351.43 0.78 0.55
Hex E6 30 4A 0 4F 44 A 15F 4E 37
Octal 346 60 112 0 117 104 12 537 116 67
Binary 11100110 110000 1001010 0 1001111 1000100 1010 101011111 1001110 110111

Color Harmonies of #E6304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6304A

Black with #E6304A

Text Example


Text Example

White with #E6304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6304A; }

 p { color: rgb(230,48,74); }

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

background-color css

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

 a { background-color: rgb(230,48,74); }

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

border-color css

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

 span { border-color: rgb(230,48,74); }

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