Html Css Color HEX #EF1E44 Amaranth

📋 copy color: '#EF1E44'

red 239 ◦ green 30 ◦ blue 68

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

Shades of Amaranth #EF1E44

Tints of Amaranth #EF1E44

RGB

 RED value IS 239 (93.75% from 255) = 70.92%

 GREEN value IS 30 (12.11% from 255) = 8.9%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 70.92%
G = 8.9%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF1E44 (or 0xEF1E44) is known color: Amaranth. HEX triplet: EF, 1E and 44. RGB value is (239,30,68). Sum of RGB (Red+Green+Blue) = 239+30+68=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E44 is #10E1BB. Grayscale: #606060. Windows color (decimal): -1106364 or 4464367. OLE color: 4464367.

HSL color Cylindrical-coordinate representation of color #EF1E44: hue angle of 349.09º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E44 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 30 68 -
CMYK 0 0.87 0.72 0.06
HSL 349.09º 0.87% 0.53% -
HSV(B) 349.09º 0.87% 0.94% -
XYZ 37.1 19.7 7.32 -
YUV 96.82 111.74 229.41 -
System Red Green Blue C M Y K H S L
Decimal 239 30 68 0 0.87 0.72 0.06 349.09 0.87 0.53
Hex EF 1E 44 0 57 48 6 15D 57 35
Octal 357 36 104 0 127 110 6 535 127 65
Binary 11101111 11110 1000100 0 1010111 1001000 110 101011101 1010111 110101

Color Harmonies of #EF1E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E44

Black with #EF1E44

Text Example


Text Example

White with #EF1E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E44; }

 p { color: rgb(239,30,68); }

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

background-color css

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

 a { background-color: rgb(239,30,68); }

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

border-color css

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

 span { border-color: rgb(239,30,68); }

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