Html Css Color HEX #EF2347 Amaranth

📋 copy color: '#EF2347'

red 239 ◦ green 35 ◦ blue 71

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

Shades of Amaranth #EF2347

Tints of Amaranth #EF2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

 BLUE value IS 71 (28.13% from 255) = 20.58%

R = 69.28%
G = 10.14%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF2347 (or 0xEF2347) is known color: Amaranth. HEX triplet: EF, 23 and 47. RGB value is (239,35,71). Sum of RGB (Red+Green+Blue) = 239+35+71=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2347 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2347 is #10DCB8. Grayscale: #646464. Windows color (decimal): -1105081 or 4662255. OLE color: 4662255.

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

Color convert

RGB 239 35 71 -
CMYK 0 0.85 0.70 0.06
HSL 349.41º 0.86% 0.54% -
HSV(B) 349.41º 0.85% 0.94% -
XYZ 37.33 20.01 7.86 -
YUV 100.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 239 35 71 0 0.85 0.70 0.06 349.41 0.86 0.54
Hex EF 23 47 0 55 46 6 15D 56 36
Octal 357 43 107 0 125 106 6 535 126 66
Binary 11101111 100011 1000111 0 1010101 1000110 110 101011101 1010110 110110

Color Harmonies of #EF2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2347

Black with #EF2347

Text Example


Text Example

White with #EF2347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2347; }

 p { color: rgb(239,35,71); }

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

background-color css

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

 a { background-color: rgb(239,35,71); }

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

border-color css

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

 span { border-color: rgb(239,35,71); }

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