Html Css Color HEX #EA234E Amaranth

📋 copy color: '#EA234E'

red 234 ◦ green 35 ◦ blue 78

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

Shades of Amaranth #EA234E

Tints of Amaranth #EA234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 67.44%
G = 10.09%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA234E (or 0xEA234E) is known color: Amaranth. HEX triplet: EA, 23 and 4E. RGB value is (234,35,78). Sum of RGB (Red+Green+Blue) = 234+35+78=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA234E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA234E is #15DCB1. Grayscale: #636363. Windows color (decimal): -1432754 or 5121002. OLE color: 5121002.

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

Color convert

RGB 234 35 78 -
CMYK 0 0.85 0.67 0.08
HSL 347.04º 0.83% 0.53% -
HSV(B) 347.04º 0.85% 0.92% -
XYZ 35.91 19.24 9.03 -
YUV 99.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 234 35 78 0 0.85 0.67 0.08 347.04 0.83 0.53
Hex EA 23 4E 0 55 43 8 15B 53 35
Octal 352 43 116 0 125 103 10 533 123 65
Binary 11101010 100011 1001110 0 1010101 1000011 1000 101011011 1010011 110101

Color Harmonies of #EA234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA234E

Black with #EA234E

Text Example


Text Example

White with #EA234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA234E; }

 p { color: rgb(234,35,78); }

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

background-color css

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

 a { background-color: rgb(234,35,78); }

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

border-color css

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

 span { border-color: rgb(234,35,78); }

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