Html Css Color HEX #EA3453 Amaranth

📋 copy color: '#EA3453'

red 234 ◦ green 52 ◦ blue 83

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

Shades of Amaranth #EA3453

Tints of Amaranth #EA3453

RGB

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

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

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

R = 63.41%
G = 14.09%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA3453 (or 0xEA3453) is known color: Amaranth. HEX triplet: EA, 34 and 53. RGB value is (234,52,83). Sum of RGB (Red+Green+Blue) = 234+52+83=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3453 is #15CBAC. Grayscale: #6E6E6E. Windows color (decimal): -1428397 or 5453034. OLE color: 5453034.

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

Color convert

RGB 234 52 83 -
CMYK 0 0.78 0.65 0.08
HSL 349.78º 0.81% 0.56% -
HSV(B) 349.78º 0.78% 0.92% -
XYZ 36.72 20.57 10.22 -
YUV 109.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 234 52 83 0 0.78 0.65 0.08 349.78 0.81 0.56
Hex EA 34 53 0 4E 41 8 15E 51 38
Octal 352 64 123 0 116 101 10 536 121 70
Binary 11101010 110100 1010011 0 1001110 1000001 1000 101011110 1010001 111000

Color Harmonies of #EA3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3453

Black with #EA3453

Text Example


Text Example

White with #EA3453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3453; }

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

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

background-color css

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

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

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

border-color css

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

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

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