Html Css Color HEX #EA2B5B Amaranth

📋 copy color: '#EA2B5B'

red 234 ◦ green 43 ◦ blue 91

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

Shades of Amaranth #EA2B5B

Tints of Amaranth #EA2B5B

RGB

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

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

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

R = 63.59%
G = 11.68%
B = 24.73%

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

#EA2B5B (or 0xEA2B5B) is known color: Amaranth. HEX triplet: EA, 2B and 5B. RGB value is (234,43,91). Sum of RGB (Red+Green+Blue) = 234+43+91=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B5B is #15D4A4. Grayscale: #696969. Windows color (decimal): -1430693 or 5975018. OLE color: 5975018.

HSL color Cylindrical-coordinate representation of color #EA2B5B: hue angle of 344.92º 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 #EA2B5B is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 43 91 -
CMYK 0 0.82 0.61 0.08
HSL 344.92º 0.82% 0.54% -
HSV(B) 344.92º 0.82% 0.92% -
XYZ 36.68 19.98 11.82 -
YUV 105.58 119.78 219.6 -
System Red Green Blue C M Y K H S L
Decimal 234 43 91 0 0.82 0.61 0.08 344.92 0.82 0.54
Hex EA 2B 5B 0 52 3D 8 159 52 36
Octal 352 53 133 0 122 75 10 531 122 66
Binary 11101010 101011 1011011 0 1010010 111101 1000 101011001 1010010 110110

Color Harmonies of #EA2B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B5B

Black with #EA2B5B

Text Example


Text Example

White with #EA2B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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