Html Css Color HEX #EF1F4D Amaranth

📋 copy color: '#EF1F4D'

red 239 ◦ green 31 ◦ blue 77

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

Shades of Amaranth #EF1F4D

Tints of Amaranth #EF1F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 68.88%
G = 8.93%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF1F4D (or 0xEF1F4D) is known color: Amaranth. HEX triplet: EF, 1F and 4D. RGB value is (239,31,77). Sum of RGB (Red+Green+Blue) = 239+31+77=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F4D is #10E0B2. Grayscale: #626262. Windows color (decimal): -1106099 or 5054447. OLE color: 5054447.

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

Color convert

RGB 239 31 77 -
CMYK 0 0.87 0.68 0.06
HSL 346.73º 0.87% 0.53% -
HSV(B) 346.73º 0.87% 0.94% -
XYZ 37.43 19.87 8.88 -
YUV 98.44 115.91 228.26 -
System Red Green Blue C M Y K H S L
Decimal 239 31 77 0 0.87 0.68 0.06 346.73 0.87 0.53
Hex EF 1F 4D 0 57 44 6 15B 57 35
Octal 357 37 115 0 127 104 6 533 127 65
Binary 11101111 11111 1001101 0 1010111 1000100 110 101011011 1010111 110101

Color Harmonies of #EF1F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1F4D

Black with #EF1F4D

Text Example


Text Example

White with #EF1F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1F4D; }

 p { color: rgb(239,31,77); }

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

background-color css

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

 a { background-color: rgb(239,31,77); }

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

border-color css

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

 span { border-color: rgb(239,31,77); }

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