Html Css Color HEX #E6274D Amaranth

📋 copy color: '#E6274D'

red 230 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #E6274D

Tints of Amaranth #E6274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 66.47%
G = 11.27%
B = 22.25%

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

#E6274D (or 0xE6274D) is known color: Amaranth. HEX triplet: E6, 27 and 4D. RGB value is (230,39,77). Sum of RGB (Red+Green+Blue) = 230+39+77=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E6274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6274D is #19D8B2. Grayscale: #646464. Windows color (decimal): -1693875 or 5056486. OLE color: 5056486.

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

Color convert

RGB 230 39 77 -
CMYK 0 0.83 0.67 0.10
HSL 348.06º 0.79% 0.53% -
HSV(B) 348.06º 0.83% 0.9% -
XYZ 34.7 18.81 8.82 -
YUV 100.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 230 39 77 0 0.83 0.67 0.10 348.06 0.79 0.53
Hex E6 27 4D 0 53 43 A 15C 4F 35
Octal 346 47 115 0 123 103 12 534 117 65
Binary 11100110 100111 1001101 0 1010011 1000011 1010 101011100 1001111 110101

Color Harmonies of #E6274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6274D

Black with #E6274D

Text Example


Text Example

White with #E6274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6274D; }

 p { color: rgb(230,39,77); }

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

background-color css

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

 a { background-color: rgb(230,39,77); }

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

border-color css

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

 span { border-color: rgb(230,39,77); }

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