Html Css Color HEX #EF204D Amaranth

📋 copy color: '#EF204D'

red 239 ◦ green 32 ◦ blue 77

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

Shades of Amaranth #EF204D

Tints of Amaranth #EF204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 68.68%
G = 9.2%
B = 22.13%

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

#EF204D (or 0xEF204D) is known color: Amaranth. HEX triplet: EF, 20 and 4D. RGB value is (239,32,77). Sum of RGB (Red+Green+Blue) = 239+32+77=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF204D is #10DFB2. Grayscale: #636363. Windows color (decimal): -1105843 or 5054703. OLE color: 5054703.

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

Color convert

RGB 239 32 77 -
CMYK 0 0.87 0.68 0.06
HSL 346.96º 0.87% 0.53% -
HSV(B) 346.96º 0.87% 0.94% -
XYZ 37.45 19.92 8.89 -
YUV 99.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 239 32 77 0 0.87 0.68 0.06 346.96 0.87 0.53
Hex EF 20 4D 0 57 44 6 15B 57 35
Octal 357 40 115 0 127 104 6 533 127 65
Binary 11101111 100000 1001101 0 1010111 1000100 110 101011011 1010111 110101

Color Harmonies of #EF204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF204D

Black with #EF204D

Text Example


Text Example

White with #EF204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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