Html Css Color HEX #EA4253 Amaranth

📋 copy color: '#EA4253'

red 234 ◦ green 66 ◦ blue 83

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

Shades of Amaranth #EA4253

Tints of Amaranth #EA4253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.67%

R = 61.1%
G = 17.23%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA4253 (or 0xEA4253) is known color: Amaranth. HEX triplet: EA, 42 and 53. RGB value is (234,66,83). Sum of RGB (Red+Green+Blue) = 234+66+83=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4253 is #15BDAC. Grayscale: #767676. Windows color (decimal): -1424813 or 5456618. OLE color: 5456618.

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

Color convert

RGB 234 66 83 -
CMYK 0 0.72 0.65 0.08
HSL 353.93º 0.8% 0.59% -
HSV(B) 353.93º 0.72% 0.92% -
XYZ 37.44 22.01 10.46 -
YUV 118.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 234 66 83 0 0.72 0.65 0.08 353.93 0.8 0.59
Hex EA 42 53 0 48 41 8 162 50 3B
Octal 352 102 123 0 110 101 10 542 120 73
Binary 11101010 1000010 1010011 0 1001000 1000001 1000 101100010 1010000 111011

Color Harmonies of #EA4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4253

Black with #EA4253

Text Example


Text Example

White with #EA4253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4253; }

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

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

background-color css

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

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

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

border-color css

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

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

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