Html Css Color HEX #EA4348 Amaranth

📋 copy color: '#EA4348'

red 234 ◦ green 67 ◦ blue 72

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

Shades of Amaranth #EA4348

Tints of Amaranth #EA4348

RGB

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

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

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

R = 62.73%
G = 17.96%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA4348 (or 0xEA4348) is known color: Amaranth. HEX triplet: EA, 43 and 48. RGB value is (234,67,72). Sum of RGB (Red+Green+Blue) = 234+67+72=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4348 is #15BCB7. Grayscale: #757575. Windows color (decimal): -1424568 or 4735978. OLE color: 4735978.

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

Color convert

RGB 234 67 72 -
CMYK 0 0.71 0.69 0.08
HSL 358.2º 0.8% 0.59% -
HSV(B) 358.2º 0.71% 0.92% -
XYZ 37.11 21.97 8.42 -
YUV 117.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 234 67 72 0 0.71 0.69 0.08 358.2 0.8 0.59
Hex EA 43 48 0 47 45 8 166 50 3B
Octal 352 103 110 0 107 105 10 546 120 73
Binary 11101010 1000011 1001000 0 1000111 1000101 1000 101100110 1010000 111011

Color Harmonies of #EA4348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4348

Black with #EA4348

Text Example


Text Example

White with #EA4348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4348; }

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

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

background-color css

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

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

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

border-color css

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

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

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