Html Css Color HEX #EA384F Amaranth

📋 copy color: '#EA384F'

red 234 ◦ green 56 ◦ blue 79

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

Shades of Amaranth #EA384F

Tints of Amaranth #EA384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.18%

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

R = 63.41%
G = 15.18%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA384F (or 0xEA384F) is known color: Amaranth. HEX triplet: EA, 38 and 4F. RGB value is (234,56,79). Sum of RGB (Red+Green+Blue) = 234+56+79=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA384F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA384F is #15C7B0. Grayscale: #6F6F6F. Windows color (decimal): -1427377 or 5191914. OLE color: 5191914.

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

Color convert

RGB 234 56 79 -
CMYK 0 0.76 0.66 0.08
HSL 352.25º 0.81% 0.57% -
HSV(B) 352.25º 0.76% 0.92% -
XYZ 36.76 20.89 9.49 -
YUV 111.84 109.47 215.13 -
System Red Green Blue C M Y K H S L
Decimal 234 56 79 0 0.76 0.66 0.08 352.25 0.81 0.57
Hex EA 38 4F 0 4C 42 8 160 51 39
Octal 352 70 117 0 114 102 10 540 121 71
Binary 11101010 111000 1001111 0 1001100 1000010 1000 101100000 1010001 111001

Color Harmonies of #EA384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA384F

Black with #EA384F

Text Example


Text Example

White with #EA384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA384F; }

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

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

background-color css

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

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

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

border-color css

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

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

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