Html Css Color HEX #EF164C Amaranth

📋 copy color: '#EF164C'

red 239 ◦ green 22 ◦ blue 76

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

Shades of Amaranth #EF164C

Tints of Amaranth #EF164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.53%

 BLUE value IS 76 (30.08% from 255) = 22.55%

R = 70.92%
G = 6.53%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF164C (or 0xEF164C) is known color: Amaranth. HEX triplet: EF, 16 and 4C. RGB value is (239,22,76). Sum of RGB (Red+Green+Blue) = 239+22+76=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF164C is #10E9B3. Grayscale: #5D5D5D. Windows color (decimal): -1108404 or 4986607. OLE color: 4986607.

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

Color convert

RGB 239 22 76 -
CMYK 0 0.91 0.68 0.06
HSL 345.07º 0.87% 0.51% -
HSV(B) 345.07º 0.91% 0.94% -
XYZ 37.19 19.45 8.63 -
YUV 93.04 118.39 232.11 -
System Red Green Blue C M Y K H S L
Decimal 239 22 76 0 0.91 0.68 0.06 345.07 0.87 0.51
Hex EF 16 4C 0 5B 44 6 159 57 33
Octal 357 26 114 0 133 104 6 531 127 63
Binary 11101111 10110 1001100 0 1011011 1000100 110 101011001 1010111 110011

Color Harmonies of #EF164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF164C

Black with #EF164C

Text Example


Text Example

White with #EF164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF164C; }

 p { color: rgb(239,22,76); }

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

background-color css

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

 a { background-color: rgb(239,22,76); }

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

border-color css

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

 span { border-color: rgb(239,22,76); }

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