Html Css Color HEX #EF4345 Amaranth

📋 copy color: '#EF4345'

red 239 ◦ green 67 ◦ blue 69

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

Shades of Amaranth #EF4345

Tints of Amaranth #EF4345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.87%

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

R = 63.73%
G = 17.87%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF4345 (or 0xEF4345) is known color: Amaranth. HEX triplet: EF, 43 and 45. RGB value is (239,67,69). Sum of RGB (Red+Green+Blue) = 239+67+69=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4345 is #10BCBA. Grayscale: #767676. Windows color (decimal): -1096891 or 4539375. OLE color: 4539375.

HSL color Cylindrical-coordinate representation of color #EF4345: hue angle of 359.3º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4345 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 67 69 -
CMYK 0 0.72 0.71 0.06
HSL 359.3º 0.84% 0.6% -
HSV(B) 359.3º 0.72% 0.94% -
XYZ 38.68 22.79 7.99 -
YUV 118.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 239 67 69 0 0.72 0.71 0.06 359.3 0.84 0.6
Hex EF 43 45 0 48 47 6 167 54 3C
Octal 357 103 105 0 110 107 6 547 124 74
Binary 11101111 1000011 1000101 0 1001000 1000111 110 101100111 1010100 111100

Color Harmonies of #EF4345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4345

Black with #EF4345

Text Example


Text Example

White with #EF4345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4345; }

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

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

background-color css

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

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

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

border-color css

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

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

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