Html Css Color HEX #E6214D Amaranth

📋 copy color: '#E6214D'

red 230 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #E6214D

Tints of Amaranth #E6214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.71%

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

R = 67.65%
G = 9.71%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6214D (or 0xE6214D) is known color: Amaranth. HEX triplet: E6, 21 and 4D. RGB value is (230,33,77). Sum of RGB (Red+Green+Blue) = 230+33+77=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6214D is #19DEB2. Grayscale: #606060. Windows color (decimal): -1695411 or 5054950. OLE color: 5054950.

HSL color Cylindrical-coordinate representation of color #E6214D: hue angle of 346.6º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6214D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 33 77 -
CMYK 0 0.86 0.67 0.10
HSL 346.6º 0.8% 0.52% -
HSV(B) 346.6º 0.86% 0.9% -
XYZ 34.52 18.45 8.76 -
YUV 96.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 230 33 77 0 0.86 0.67 0.10 346.6 0.8 0.52
Hex E6 21 4D 0 56 43 A 15B 50 34
Octal 346 41 115 0 126 103 12 533 120 64
Binary 11100110 100001 1001101 0 1010110 1000011 1010 101011011 1010000 110100

Color Harmonies of #E6214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6214D

Black with #E6214D

Text Example


Text Example

White with #E6214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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