Html Css Color HEX #E6215B Amaranth

📋 copy color: '#E6215B'

red 230 ◦ green 33 ◦ blue 91

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

Shades of Amaranth #E6215B

Tints of Amaranth #E6215B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 64.97%
G = 9.32%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6215B (or 0xE6215B) is known color: Amaranth. HEX triplet: E6, 21 and 5B. RGB value is (230,33,91). Sum of RGB (Red+Green+Blue) = 230+33+91=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E6215B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6215B is #19DEA4. Grayscale: #626262. Windows color (decimal): -1695397 or 5972454. OLE color: 5972454.

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

Color convert

RGB 230 33 91 -
CMYK 0 0.86 0.60 0.10
HSL 342.34º 0.8% 0.52% -
HSV(B) 342.34º 0.86% 0.9% -
XYZ 35.07 18.67 11.65 -
YUV 98.52 123.77 221.78 -
System Red Green Blue C M Y K H S L
Decimal 230 33 91 0 0.86 0.60 0.10 342.34 0.8 0.52
Hex E6 21 5B 0 56 3C A 156 50 34
Octal 346 41 133 0 126 74 12 526 120 64
Binary 11100110 100001 1011011 0 1010110 111100 1010 101010110 1010000 110100

Color Harmonies of #E6215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6215B

Black with #E6215B

Text Example


Text Example

White with #E6215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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