Html Css Color HEX #EA4353 Amaranth

📋 copy color: '#EA4353'

red 234 ◦ green 67 ◦ blue 83

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

Shades of Amaranth #EA4353

Tints of Amaranth #EA4353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.45%

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

R = 60.94%
G = 17.45%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA4353 (or 0xEA4353) is known color: Amaranth. HEX triplet: EA, 43 and 53. RGB value is (234,67,83). Sum of RGB (Red+Green+Blue) = 234+67+83=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4353 is #15BCAC. Grayscale: #767676. Windows color (decimal): -1424557 or 5456874. OLE color: 5456874.

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

Color convert

RGB 234 67 83 -
CMYK 0 0.71 0.65 0.08
HSL 354.25º 0.8% 0.59% -
HSV(B) 354.25º 0.71% 0.92% -
XYZ 37.5 22.13 10.48 -
YUV 118.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 234 67 83 0 0.71 0.65 0.08 354.25 0.8 0.59
Hex EA 43 53 0 47 41 8 162 50 3B
Octal 352 103 123 0 107 101 10 542 120 73
Binary 11101010 1000011 1010011 0 1000111 1000001 1000 101100010 1010000 111011

Color Harmonies of #EA4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4353

Black with #EA4353

Text Example


Text Example

White with #EA4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4353; }

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

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

background-color css

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

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

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

border-color css

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

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

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