Html Css Color HEX #EA2D45 Amaranth

📋 copy color: '#EA2D45'

red 234 ◦ green 45 ◦ blue 69

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

Shades of Amaranth #EA2D45

Tints of Amaranth #EA2D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.93%

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 67.24%
G = 12.93%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA2D45 (or 0xEA2D45) is known color: Amaranth. HEX triplet: EA, 2D and 45. RGB value is (234,45,69). Sum of RGB (Red+Green+Blue) = 234+45+69=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D45 is #15D2BA. Grayscale: #686868. Windows color (decimal): -1430203 or 4533738. OLE color: 4533738.

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

Color convert

RGB 234 45 69 -
CMYK 0 0.81 0.71 0.08
HSL 352.38º 0.82% 0.55% -
HSV(B) 352.38º 0.81% 0.92% -
XYZ 35.94 19.8 7.56 -
YUV 104.25 108.12 220.55 -
System Red Green Blue C M Y K H S L
Decimal 234 45 69 0 0.81 0.71 0.08 352.38 0.82 0.55
Hex EA 2D 45 0 51 47 8 160 52 37
Octal 352 55 105 0 121 107 10 540 122 67
Binary 11101010 101101 1000101 0 1010001 1000111 1000 101100000 1010010 110111

Color Harmonies of #EA2D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D45

Black with #EA2D45

Text Example


Text Example

White with #EA2D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D45; }

 p { color: rgb(234,45,69); }

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

background-color css

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

 a { background-color: rgb(234,45,69); }

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

border-color css

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

 span { border-color: rgb(234,45,69); }

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