Html Css Color HEX #EF214C Amaranth

📋 copy color: '#EF214C'

red 239 ◦ green 33 ◦ blue 76

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

Shades of Amaranth #EF214C

Tints of Amaranth #EF214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

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

R = 68.68%
G = 9.48%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF214C (or 0xEF214C) is known color: Amaranth. HEX triplet: EF, 21 and 4C. RGB value is (239,33,76). Sum of RGB (Red+Green+Blue) = 239+33+76=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF214C is #10DEB3. Grayscale: #636363. Windows color (decimal): -1105588 or 4989423. OLE color: 4989423.

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

Color convert

RGB 239 33 76 -
CMYK 0 0.86 0.68 0.06
HSL 347.48º 0.87% 0.53% -
HSV(B) 347.48º 0.86% 0.94% -
XYZ 37.44 19.96 8.72 -
YUV 99.5 114.75 227.5 -
System Red Green Blue C M Y K H S L
Decimal 239 33 76 0 0.86 0.68 0.06 347.48 0.87 0.53
Hex EF 21 4C 0 56 44 6 15B 57 35
Octal 357 41 114 0 126 104 6 533 127 65
Binary 11101111 100001 1001100 0 1010110 1000100 110 101011011 1010111 110101

Color Harmonies of #EF214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF214C

Black with #EF214C

Text Example


Text Example

White with #EF214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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