Html Css Color HEX #EA2B5C Amaranth

📋 copy color: '#EA2B5C'

red 234 ◦ green 43 ◦ blue 92

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

Shades of Amaranth #EA2B5C

Tints of Amaranth #EA2B5C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.65%

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

R = 63.41%
G = 11.65%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA2B5C (or 0xEA2B5C) is known color: Amaranth. HEX triplet: EA, 2B and 5C. RGB value is (234,43,92). Sum of RGB (Red+Green+Blue) = 234+43+92=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B5C is #15D4A3. Grayscale: #696969. Windows color (decimal): -1430692 or 6040554. OLE color: 6040554.

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

Color convert

RGB 234 43 92 -
CMYK 0 0.82 0.61 0.08
HSL 344.61º 0.82% 0.54% -
HSV(B) 344.61º 0.82% 0.92% -
XYZ 36.73 19.99 12.05 -
YUV 105.7 120.28 219.52 -
System Red Green Blue C M Y K H S L
Decimal 234 43 92 0 0.82 0.61 0.08 344.61 0.82 0.54
Hex EA 2B 5C 0 52 3D 8 159 52 36
Octal 352 53 134 0 122 75 10 531 122 66
Binary 11101010 101011 1011100 0 1010010 111101 1000 101011001 1010010 110110

Color Harmonies of #EA2B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B5C

Black with #EA2B5C

Text Example


Text Example

White with #EA2B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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