Html Css Color HEX #E6215C Amaranth

📋 copy color: '#E6215C'

red 230 ◦ green 33 ◦ blue 92

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

Shades of Amaranth #E6215C

Tints of Amaranth #E6215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 64.79%
G = 9.3%
B = 25.92%

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

#E6215C (or 0xE6215C) is known color: Amaranth. HEX triplet: E6, 21 and 5C. RGB value is (230,33,92). Sum of RGB (Red+Green+Blue) = 230+33+92=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6215C is #19DEA3. Grayscale: #626262. Windows color (decimal): -1695396 or 6037990. OLE color: 6037990.

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

Color convert

RGB 230 33 92 -
CMYK 0 0.86 0.60 0.10
HSL 342.03º 0.8% 0.52% -
HSV(B) 342.03º 0.86% 0.9% -
XYZ 35.11 18.68 11.88 -
YUV 98.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 230 33 92 0 0.86 0.60 0.10 342.03 0.8 0.52
Hex E6 21 5C 0 56 3C A 156 50 34
Octal 346 41 134 0 126 74 12 526 120 64
Binary 11100110 100001 1011100 0 1010110 111100 1010 101010110 1010000 110100

Color Harmonies of #E6215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6215C

Black with #E6215C

Text Example


Text Example

White with #E6215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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