Html Css Color HEX #E0214B Amaranth

📋 copy color: '#E0214B'

red 224 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #E0214B

Tints of Amaranth #E0214B

RGB

 RED value IS 224 (87.89% from 255) = 67.47%

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

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

R = 67.47%
G = 9.94%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0214B (or 0xE0214B) is known color: Amaranth. HEX triplet: E0, 21 and 4B. RGB value is (224,33,75). Sum of RGB (Red+Green+Blue) = 224+33+75=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0214B is #1FDEB4. Grayscale: #5E5E5E. Windows color (decimal): -2088629 or 4923872. OLE color: 4923872.

HSL color Cylindrical-coordinate representation of color #E0214B: hue angle of 346.81º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0214B is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 75 -
CMYK 0 0.85 0.67 0.12
HSL 346.81º 0.75% 0.5% -
HSV(B) 346.81º 0.85% 0.88% -
XYZ 32.55 17.44 8.31 -
YUV 94.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 224 33 75 0 0.85 0.67 0.12 346.81 0.75 0.5
Hex E0 21 4B 0 55 43 C 15B 4B 32
Octal 340 41 113 0 125 103 14 533 113 62
Binary 11100000 100001 1001011 0 1010101 1000011 1100 101011011 1001011 110010

Color Harmonies of #E0214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0214B

Black with #E0214B

Text Example


Text Example

White with #E0214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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