Html Css Color HEX #EA235D Amaranth

📋 copy color: '#EA235D'

red 234 ◦ green 35 ◦ blue 93

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

Shades of Amaranth #EA235D

Tints of Amaranth #EA235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.67%

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 64.64%
G = 9.67%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA235D (or 0xEA235D) is known color: Amaranth. HEX triplet: EA, 23 and 5D. RGB value is (234,35,93). Sum of RGB (Red+Green+Blue) = 234+35+93=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA235D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA235D is #15DCA2. Grayscale: #656565. Windows color (decimal): -1432739 or 6104042. OLE color: 6104042.

HSL color Cylindrical-coordinate representation of color #EA235D: hue angle of 342.51º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA235D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 35 93 -
CMYK 0 0.85 0.60 0.08
HSL 342.51º 0.83% 0.53% -
HSV(B) 342.51º 0.85% 0.92% -
XYZ 36.51 19.48 12.19 -
YUV 101.11 123.43 222.78 -
System Red Green Blue C M Y K H S L
Decimal 234 35 93 0 0.85 0.60 0.08 342.51 0.83 0.53
Hex EA 23 5D 0 55 3C 8 157 53 35
Octal 352 43 135 0 125 74 10 527 123 65
Binary 11101010 100011 1011101 0 1010101 111100 1000 101010111 1010011 110101

Color Harmonies of #EA235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA235D

Black with #EA235D

Text Example


Text Example

White with #EA235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA235D; }

 p { color: rgb(234,35,93); }

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

background-color css

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

 a { background-color: rgb(234,35,93); }

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

border-color css

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

 span { border-color: rgb(234,35,93); }

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