Html Css Color HEX #EA344F Amaranth

📋 copy color: '#EA344F'

red 234 ◦ green 52 ◦ blue 79

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

Shades of Amaranth #EA344F

Tints of Amaranth #EA344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 64.11%
G = 14.25%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA344F (or 0xEA344F) is known color: Amaranth. HEX triplet: EA, 34 and 4F. RGB value is (234,52,79). Sum of RGB (Red+Green+Blue) = 234+52+79=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA344F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA344F is #15CBB0. Grayscale: #6D6D6D. Windows color (decimal): -1428401 or 5190890. OLE color: 5190890.

HSL color Cylindrical-coordinate representation of color #EA344F: hue angle of 351.1º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA344F is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 52 79 -
CMYK 0 0.78 0.66 0.08
HSL 351.1º 0.81% 0.56% -
HSV(B) 351.1º 0.78% 0.92% -
XYZ 36.57 20.51 9.43 -
YUV 109.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 234 52 79 0 0.78 0.66 0.08 351.1 0.81 0.56
Hex EA 34 4F 0 4E 42 8 15F 51 38
Octal 352 64 117 0 116 102 10 537 121 70
Binary 11101010 110100 1001111 0 1001110 1000010 1000 101011111 1010001 111000

Color Harmonies of #EA344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA344F

Black with #EA344F

Text Example


Text Example

White with #EA344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA344F; }

 p { color: rgb(234,52,79); }

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

background-color css

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

 a { background-color: rgb(234,52,79); }

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

border-color css

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

 span { border-color: rgb(234,52,79); }

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