Html Css Color HEX #EA215A Amaranth

📋 copy color: '#EA215A'

red 234 ◦ green 33 ◦ blue 90

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

Shades of Amaranth #EA215A

Tints of Amaranth #EA215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 65.55%
G = 9.24%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA215A (or 0xEA215A) is known color: Amaranth. HEX triplet: EA, 21 and 5A. RGB value is (234,33,90). Sum of RGB (Red+Green+Blue) = 234+33+90=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA215A is #15DEA5. Grayscale: #636363. Windows color (decimal): -1433254 or 5906922. OLE color: 5906922.

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

Color convert

RGB 234 33 90 -
CMYK 0 0.86 0.62 0.08
HSL 342.99º 0.83% 0.52% -
HSV(B) 342.99º 0.86% 0.92% -
XYZ 36.32 19.32 11.49 -
YUV 99.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 234 33 90 0 0.86 0.62 0.08 342.99 0.83 0.52
Hex EA 21 5A 0 56 3E 8 157 53 34
Octal 352 41 132 0 126 76 10 527 123 64
Binary 11101010 100001 1011010 0 1010110 111110 1000 101010111 1010011 110100

Color Harmonies of #EA215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA215A

Black with #EA215A

Text Example


Text Example

White with #EA215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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