Html Css Color HEX #EA2F5B Amaranth

📋 copy color: '#EA2F5B'

red 234 ◦ green 47 ◦ blue 91

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

Shades of Amaranth #EA2F5B

Tints of Amaranth #EA2F5B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.63%

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

R = 62.9%
G = 12.63%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA2F5B (or 0xEA2F5B) is known color: Amaranth. HEX triplet: EA, 2F and 5B. RGB value is (234,47,91). Sum of RGB (Red+Green+Blue) = 234+47+91=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2F5B is #15D0A4. Grayscale: #6B6B6B. Windows color (decimal): -1429669 or 5976042. OLE color: 5976042.

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

Color convert

RGB 234 47 91 -
CMYK 0 0.80 0.61 0.08
HSL 345.88º 0.82% 0.55% -
HSV(B) 345.88º 0.8% 0.92% -
XYZ 36.84 20.28 11.87 -
YUV 107.93 118.45 217.92 -
System Red Green Blue C M Y K H S L
Decimal 234 47 91 0 0.80 0.61 0.08 345.88 0.82 0.55
Hex EA 2F 5B 0 50 3D 8 15A 52 37
Octal 352 57 133 0 120 75 10 532 122 67
Binary 11101010 101111 1011011 0 1010000 111101 1000 101011010 1010010 110111

Color Harmonies of #EA2F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2F5B

Black with #EA2F5B

Text Example


Text Example

White with #EA2F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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