Html Css Color HEX #EA4245 Amaranth

📋 copy color: '#EA4245'

red 234 ◦ green 66 ◦ blue 69

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

Shades of Amaranth #EA4245

Tints of Amaranth #EA4245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.7%

R = 63.41%
G = 17.89%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA4245 (or 0xEA4245) is known color: Amaranth. HEX triplet: EA, 42 and 45. RGB value is (234,66,69). Sum of RGB (Red+Green+Blue) = 234+66+69=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4245 is #15BDBA. Grayscale: #747474. Windows color (decimal): -1424827 or 4539114. OLE color: 4539114.

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

Color convert

RGB 234 66 69 -
CMYK 0 0.72 0.71 0.08
HSL 358.93º 0.8% 0.59% -
HSV(B) 358.93º 0.72% 0.92% -
XYZ 36.95 21.82 7.89 -
YUV 116.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 234 66 69 0 0.72 0.71 0.08 358.93 0.8 0.59
Hex EA 42 45 0 48 47 8 167 50 3B
Octal 352 102 105 0 110 107 10 547 120 73
Binary 11101010 1000010 1000101 0 1001000 1000111 1000 101100111 1010000 111011

Color Harmonies of #EA4245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4245

Black with #EA4245

Text Example


Text Example

White with #EA4245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4245; }

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

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

background-color css

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

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

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

border-color css

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

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

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