Html Css Color HEX #EF3456 Amaranth

📋 copy color: '#EF3456'

red 239 ◦ green 52 ◦ blue 86

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

Shades of Amaranth #EF3456

Tints of Amaranth #EF3456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.79%

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 63.4%
G = 13.79%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF3456 (or 0xEF3456) is known color: Amaranth. HEX triplet: EF, 34 and 56. RGB value is (239,52,86). Sum of RGB (Red+Green+Blue) = 239+52+86=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3456 is #10CBA9. Grayscale: #6F6F6F. Windows color (decimal): -1100714 or 5649647. OLE color: 5649647.

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

Color convert

RGB 239 52 86 -
CMYK 0 0.78 0.64 0.06
HSL 349.09º 0.85% 0.57% -
HSV(B) 349.09º 0.78% 0.94% -
XYZ 38.5 21.48 10.92 -
YUV 111.79 113.45 218.74 -
System Red Green Blue C M Y K H S L
Decimal 239 52 86 0 0.78 0.64 0.06 349.09 0.85 0.57
Hex EF 34 56 0 4E 40 6 15D 55 39
Octal 357 64 126 0 116 100 6 535 125 71
Binary 11101111 110100 1010110 0 1001110 1000000 110 101011101 1010101 111001

Color Harmonies of #EF3456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3456

Black with #EF3456

Text Example


Text Example

White with #EF3456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3456; }

 p { color: rgb(239,52,86); }

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

background-color css

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

 a { background-color: rgb(239,52,86); }

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

border-color css

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

 span { border-color: rgb(239,52,86); }

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