Html Css Color HEX #E6264A Amaranth

📋 copy color: '#E6264A'

red 230 ◦ green 38 ◦ blue 74

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

Shades of Amaranth #E6264A

Tints of Amaranth #E6264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

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

R = 67.25%
G = 11.11%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6264A (or 0xE6264A) is known color: Amaranth. HEX triplet: E6, 26 and 4A. RGB value is (230,38,74). Sum of RGB (Red+Green+Blue) = 230+38+74=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6264A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6264A is #19D9B5. Grayscale: #636363. Windows color (decimal): -1694134 or 4859622. OLE color: 4859622.

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

Color convert

RGB 230 38 74 -
CMYK 0 0.83 0.68 0.10
HSL 348.75º 0.79% 0.53% -
HSV(B) 348.75º 0.83% 0.9% -
XYZ 34.56 18.7 8.27 -
YUV 99.51 113.61 221.07 -
System Red Green Blue C M Y K H S L
Decimal 230 38 74 0 0.83 0.68 0.10 348.75 0.79 0.53
Hex E6 26 4A 0 53 44 A 15D 4F 35
Octal 346 46 112 0 123 104 12 535 117 65
Binary 11100110 100110 1001010 0 1010011 1000100 1010 101011101 1001111 110101

Color Harmonies of #E6264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6264A

Black with #E6264A

Text Example


Text Example

White with #E6264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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