Html Css Color HEX #EA3348 Amaranth

📋 copy color: '#EA3348'

red 234 ◦ green 51 ◦ blue 72

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

Shades of Amaranth #EA3348

Tints of Amaranth #EA3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.29%

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 65.55%
G = 14.29%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA3348 (or 0xEA3348) is known color: Amaranth. HEX triplet: EA, 33 and 48. RGB value is (234,51,72). Sum of RGB (Red+Green+Blue) = 234+51+72=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3348 is #15CCB7. Grayscale: #6C6C6C. Windows color (decimal): -1428664 or 4731882. OLE color: 4731882.

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

Color convert

RGB 234 51 72 -
CMYK 0 0.78 0.69 0.08
HSL 353.11º 0.81% 0.56% -
HSV(B) 353.11º 0.78% 0.92% -
XYZ 36.29 20.33 8.14 -
YUV 108.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 234 51 72 0 0.78 0.69 0.08 353.11 0.81 0.56
Hex EA 33 48 0 4E 45 8 161 51 38
Octal 352 63 110 0 116 105 10 541 121 70
Binary 11101010 110011 1001000 0 1001110 1000101 1000 101100001 1010001 111000

Color Harmonies of #EA3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3348

Black with #EA3348

Text Example


Text Example

White with #EA3348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3348; }

 p { color: rgb(234,51,72); }

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

background-color css

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

 a { background-color: rgb(234,51,72); }

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

border-color css

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

 span { border-color: rgb(234,51,72); }

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