Html Css Color HEX #EA424F Amaranth

📋 copy color: '#EA424F'

red 234 ◦ green 66 ◦ blue 79

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

Shades of Amaranth #EA424F

Tints of Amaranth #EA424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 61.74%
G = 17.41%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA424F (or 0xEA424F) is known color: Amaranth. HEX triplet: EA, 42 and 4F. RGB value is (234,66,79). Sum of RGB (Red+Green+Blue) = 234+66+79=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA424F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA424F is #15BDB0. Grayscale: #757575. Windows color (decimal): -1424817 or 5194474. OLE color: 5194474.

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

Color convert

RGB 234 66 79 -
CMYK 0 0.72 0.66 0.08
HSL 355.36º 0.8% 0.59% -
HSV(B) 355.36º 0.72% 0.92% -
XYZ 37.29 21.95 9.67 -
YUV 117.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 234 66 79 0 0.72 0.66 0.08 355.36 0.8 0.59
Hex EA 42 4F 0 48 42 8 163 50 3B
Octal 352 102 117 0 110 102 10 543 120 73
Binary 11101010 1000010 1001111 0 1001000 1000010 1000 101100011 1010000 111011

Color Harmonies of #EA424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA424F

Black with #EA424F

Text Example


Text Example

White with #EA424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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