Html Css Color HEX #EF2343 Amaranth

📋 copy color: '#EF2343'

red 239 ◦ green 35 ◦ blue 67

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

Shades of Amaranth #EF2343

Tints of Amaranth #EF2343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.65%

R = 70.09%
G = 10.26%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF2343 (or 0xEF2343) is known color: Amaranth. HEX triplet: EF, 23 and 43. RGB value is (239,35,67). Sum of RGB (Red+Green+Blue) = 239+35+67=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2343 is #10DCBC. Grayscale: #636363. Windows color (decimal): -1105085 or 4400111. OLE color: 4400111.

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

Color convert

RGB 239 35 67 -
CMYK 0 0.85 0.72 0.06
HSL 350.59º 0.86% 0.54% -
HSV(B) 350.59º 0.85% 0.94% -
XYZ 37.21 19.96 7.2 -
YUV 99.64 109.59 227.4 -
System Red Green Blue C M Y K H S L
Decimal 239 35 67 0 0.85 0.72 0.06 350.59 0.86 0.54
Hex EF 23 43 0 55 48 6 15F 56 36
Octal 357 43 103 0 125 110 6 537 126 66
Binary 11101111 100011 1000011 0 1010101 1001000 110 101011111 1010110 110110

Color Harmonies of #EF2343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2343

Black with #EF2343

Text Example


Text Example

White with #EF2343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2343; }

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

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

background-color css

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

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

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

border-color css

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

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

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