Html Css Color HEX #E21F4B Amaranth

📋 copy color: '#E21F4B'

red 226 ◦ green 31 ◦ blue 75

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

Shades of Amaranth #E21F4B

Tints of Amaranth #E21F4B

RGB

 RED value IS 226 (88.67% from 255) = 68.07%

 GREEN value IS 31 (12.5% from 255) = 9.34%

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

R = 68.07%
G = 9.34%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E21F4B (or 0xE21F4B) is known color: Amaranth. HEX triplet: E2, 1F and 4B. RGB value is (226,31,75). Sum of RGB (Red+Green+Blue) = 226+31+75=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21F4B is #1DE0B4. Grayscale: #5E5E5E. Windows color (decimal): -1958069 or 4923362. OLE color: 4923362.

HSL color Cylindrical-coordinate representation of color #E21F4B: hue angle of 346.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21F4B is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 31 75 -
CMYK 0 0.86 0.67 0.11
HSL 346.46º 0.77% 0.5% -
HSV(B) 346.46º 0.86% 0.89% -
XYZ 33.12 17.66 8.32 -
YUV 94.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 226 31 75 0 0.86 0.67 0.11 346.46 0.77 0.5
Hex E2 1F 4B 0 56 43 B 15A 4D 32
Octal 342 37 113 0 126 103 13 532 115 62
Binary 11100010 11111 1001011 0 1010110 1000011 1011 101011010 1001101 110010

Color Harmonies of #E21F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21F4B

Black with #E21F4B

Text Example


Text Example

White with #E21F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21F4B; }

 p { color: rgb(226,31,75); }

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

background-color css

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

 a { background-color: rgb(226,31,75); }

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

border-color css

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

 span { border-color: rgb(226,31,75); }

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