Html Css Color HEX #EA215D Amaranth

📋 copy color: '#EA215D'

red 234 ◦ green 33 ◦ blue 93

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

Shades of Amaranth #EA215D

Tints of Amaranth #EA215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.17%

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

R = 65%
G = 9.17%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA215D (or 0xEA215D) is known color: Amaranth. HEX triplet: EA, 21 and 5D. RGB value is (234,33,93). Sum of RGB (Red+Green+Blue) = 234+33+93=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA215D is #15DEA2. Grayscale: #636363. Windows color (decimal): -1433251 or 6103530. OLE color: 6103530.

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

Color convert

RGB 234 33 93 -
CMYK 0 0.86 0.60 0.08
HSL 342.09º 0.83% 0.52% -
HSV(B) 342.09º 0.86% 0.92% -
XYZ 36.45 19.37 12.17 -
YUV 99.94 124.09 223.62 -
System Red Green Blue C M Y K H S L
Decimal 234 33 93 0 0.86 0.60 0.08 342.09 0.83 0.52
Hex EA 21 5D 0 56 3C 8 156 53 34
Octal 352 41 135 0 126 74 10 526 123 64
Binary 11101010 100001 1011101 0 1010110 111100 1000 101010110 1010011 110100

Color Harmonies of #EA215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA215D

Black with #EA215D

Text Example


Text Example

White with #EA215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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