Html Css Color HEX #E6264C Amaranth

📋 copy color: '#E6264C'

red 230 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #E6264C

Tints of Amaranth #E6264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 66.86%
G = 11.05%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6264C (or 0xE6264C) is known color: Amaranth. HEX triplet: E6, 26 and 4C. RGB value is (230,38,76). Sum of RGB (Red+Green+Blue) = 230+38+76=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6264C is #19D9B3. Grayscale: #636363. Windows color (decimal): -1694132 or 4990694. OLE color: 4990694.

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

Color convert

RGB 230 38 76 -
CMYK 0 0.83 0.67 0.10
HSL 348.13º 0.79% 0.53% -
HSV(B) 348.13º 0.83% 0.9% -
XYZ 34.63 18.73 8.63 -
YUV 99.74 114.61 220.91 -
System Red Green Blue C M Y K H S L
Decimal 230 38 76 0 0.83 0.67 0.10 348.13 0.79 0.53
Hex E6 26 4C 0 53 43 A 15C 4F 35
Octal 346 46 114 0 123 103 12 534 117 65
Binary 11100110 100110 1001100 0 1010011 1000011 1010 101011100 1001111 110101

Color Harmonies of #E6264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6264C

Black with #E6264C

Text Example


Text Example

White with #E6264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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