Html Css Color HEX #EF204C Amaranth

📋 copy color: '#EF204C'

red 239 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #EF204C

Tints of Amaranth #EF204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 68.88%
G = 9.22%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF204C (or 0xEF204C) is known color: Amaranth. HEX triplet: EF, 20 and 4C. RGB value is (239,32,76). Sum of RGB (Red+Green+Blue) = 239+32+76=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF204C is #10DFB3. Grayscale: #626262. Windows color (decimal): -1105844 or 4989167. OLE color: 4989167.

HSL color Cylindrical-coordinate representation of color #EF204C: hue angle of 347.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF204C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 32 76 -
CMYK 0 0.87 0.68 0.06
HSL 347.25º 0.87% 0.53% -
HSV(B) 347.25º 0.87% 0.94% -
XYZ 37.42 19.91 8.71 -
YUV 98.91 115.08 227.92 -
System Red Green Blue C M Y K H S L
Decimal 239 32 76 0 0.87 0.68 0.06 347.25 0.87 0.53
Hex EF 20 4C 0 57 44 6 15B 57 35
Octal 357 40 114 0 127 104 6 533 127 65
Binary 11101111 100000 1001100 0 1010111 1000100 110 101011011 1010111 110101

Color Harmonies of #EF204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF204C

Black with #EF204C

Text Example


Text Example

White with #EF204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF204C; }

 p { color: rgb(239,32,76); }

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

background-color css

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

 a { background-color: rgb(239,32,76); }

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

border-color css

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

 span { border-color: rgb(239,32,76); }

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