Html Css Color HEX #EA205C Amaranth

📋 copy color: '#EA205C'

red 234 ◦ green 32 ◦ blue 92

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

Shades of Amaranth #EA205C

Tints of Amaranth #EA205C

RGB

 RED value IS 234 (91.8% from 255) = 65.36%

 GREEN value IS 32 (12.89% from 255) = 8.94%

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

R = 65.36%
G = 8.94%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA205C (or 0xEA205C) is known color: Amaranth. HEX triplet: EA, 20 and 5C. RGB value is (234,32,92). Sum of RGB (Red+Green+Blue) = 234+32+92=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA205C is #15DFA3. Grayscale: #636363. Windows color (decimal): -1433508 or 6037738. OLE color: 6037738.

HSL color Cylindrical-coordinate representation of color #EA205C: hue angle of 342.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA205C is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 92 -
CMYK 0 0.86 0.61 0.08
HSL 342.18º 0.83% 0.52% -
HSV(B) 342.18º 0.86% 0.92% -
XYZ 36.38 19.3 11.93 -
YUV 99.24 123.92 224.12 -
System Red Green Blue C M Y K H S L
Decimal 234 32 92 0 0.86 0.61 0.08 342.18 0.83 0.52
Hex EA 20 5C 0 56 3D 8 156 53 34
Octal 352 40 134 0 126 75 10 526 123 64
Binary 11101010 100000 1011100 0 1010110 111101 1000 101010110 1010011 110100

Color Harmonies of #EA205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA205C

Black with #EA205C

Text Example


Text Example

White with #EA205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA205C; }

 p { color: rgb(234,32,92); }

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

background-color css

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

 a { background-color: rgb(234,32,92); }

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

border-color css

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

 span { border-color: rgb(234,32,92); }

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