Html Css Color HEX #E6214B Amaranth

📋 copy color: '#E6214B'

red 230 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #E6214B

Tints of Amaranth #E6214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 68.05%
G = 9.76%
B = 22.19%

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

#E6214B (or 0xE6214B) is known color: Amaranth. HEX triplet: E6, 21 and 4B. RGB value is (230,33,75). Sum of RGB (Red+Green+Blue) = 230+33+75=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E6214B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6214B is #19DEB4. Grayscale: #606060. Windows color (decimal): -1695413 or 4923878. OLE color: 4923878.

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

Color convert

RGB 230 33 75 -
CMYK 0 0.86 0.67 0.10
HSL 347.21º 0.8% 0.52% -
HSV(B) 347.21º 0.86% 0.9% -
XYZ 34.45 18.42 8.4 -
YUV 96.69 115.77 223.08 -
System Red Green Blue C M Y K H S L
Decimal 230 33 75 0 0.86 0.67 0.10 347.21 0.8 0.52
Hex E6 21 4B 0 56 43 A 15B 50 34
Octal 346 41 113 0 126 103 12 533 120 64
Binary 11100110 100001 1001011 0 1010110 1000011 1010 101011011 1010000 110100

Color Harmonies of #E6214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6214B

Black with #E6214B

Text Example


Text Example

White with #E6214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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