Html Css Color HEX #EF2345 Amaranth

📋 copy color: '#EF2345'

red 239 ◦ green 35 ◦ blue 69

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

Shades of Amaranth #EF2345

Tints of Amaranth #EF2345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 69.68%
G = 10.2%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF2345 (or 0xEF2345) is known color: Amaranth. HEX triplet: EF, 23 and 45. RGB value is (239,35,69). Sum of RGB (Red+Green+Blue) = 239+35+69=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2345 is #10DCBA. Grayscale: #636363. Windows color (decimal): -1105083 or 4531183. OLE color: 4531183.

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

Color convert

RGB 239 35 69 -
CMYK 0 0.85 0.71 0.06
HSL 350º 0.86% 0.54% -
HSV(B) 350º 0.85% 0.94% -
XYZ 37.27 19.98 7.52 -
YUV 99.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 239 35 69 0 0.85 0.71 0.06 350 0.86 0.54
Hex EF 23 45 0 55 47 6 15E 56 36
Octal 357 43 105 0 125 107 6 536 126 66
Binary 11101111 100011 1000101 0 1010101 1000111 110 101011110 1010110 110110

Color Harmonies of #EF2345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2345

Black with #EF2345

Text Example


Text Example

White with #EF2345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2345; }

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

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

background-color css

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

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

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

border-color css

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

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

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