Html Css Color HEX #EA214B Amaranth

📋 copy color: '#EA214B'

red 234 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #EA214B

Tints of Amaranth #EA214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 68.42%
G = 9.65%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA214B (or 0xEA214B) is known color: Amaranth. HEX triplet: EA, 21 and 4B. RGB value is (234,33,75). Sum of RGB (Red+Green+Blue) = 234+33+75=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA214B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA214B is #15DEB4. Grayscale: #616161. Windows color (decimal): -1433269 or 4923882. OLE color: 4923882.

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

Color convert

RGB 234 33 75 -
CMYK 0 0.86 0.68 0.08
HSL 347.46º 0.83% 0.52% -
HSV(B) 347.46º 0.86% 0.92% -
XYZ 35.75 19.09 8.46 -
YUV 97.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 234 33 75 0 0.86 0.68 0.08 347.46 0.83 0.52
Hex EA 21 4B 0 56 44 8 15B 53 34
Octal 352 41 113 0 126 104 10 533 123 64
Binary 11101010 100001 1001011 0 1010110 1000100 1000 101011011 1010011 110100

Color Harmonies of #EA214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA214B

Black with #EA214B

Text Example


Text Example

White with #EA214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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