Html Css Color HEX #E6245C Amaranth

📋 copy color: '#E6245C'

red 230 ◦ green 36 ◦ blue 92

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

Shades of Amaranth #E6245C

Tints of Amaranth #E6245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

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

R = 64.25%
G = 10.06%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6245C (or 0xE6245C) is known color: Amaranth. HEX triplet: E6, 24 and 5C. RGB value is (230,36,92). Sum of RGB (Red+Green+Blue) = 230+36+92=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6245C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6245C is #19DBA3. Grayscale: #646464. Windows color (decimal): -1694628 or 6038758. OLE color: 6038758.

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

Color convert

RGB 230 36 92 -
CMYK 0 0.84 0.60 0.10
HSL 342.68º 0.8% 0.52% -
HSV(B) 342.68º 0.84% 0.9% -
XYZ 35.2 18.86 11.91 -
YUV 100.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 230 36 92 0 0.84 0.60 0.10 342.68 0.8 0.52
Hex E6 24 5C 0 54 3C A 157 50 34
Octal 346 44 134 0 124 74 12 527 120 64
Binary 11100110 100100 1011100 0 1010100 111100 1010 101010111 1010000 110100

Color Harmonies of #E6245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6245C

Black with #E6245C

Text Example


Text Example

White with #E6245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6245C; }

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

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

background-color css

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

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

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

border-color css

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

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

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