Html Css Color HEX #EF2151 Amaranth

📋 copy color: '#EF2151'

red 239 ◦ green 33 ◦ blue 81

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

Shades of Amaranth #EF2151

Tints of Amaranth #EF2151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 67.71%
G = 9.35%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF2151 (or 0xEF2151) is known color: Amaranth. HEX triplet: EF, 21 and 51. RGB value is (239,33,81). Sum of RGB (Red+Green+Blue) = 239+33+81=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2151 is #10DEAE. Grayscale: #646464. Windows color (decimal): -1105583 or 5317103. OLE color: 5317103.

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

Color convert

RGB 239 33 81 -
CMYK 0 0.86 0.66 0.06
HSL 346.02º 0.87% 0.53% -
HSV(B) 346.02º 0.86% 0.94% -
XYZ 37.63 20.03 9.67 -
YUV 100.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 239 33 81 0 0.86 0.66 0.06 346.02 0.87 0.53
Hex EF 21 51 0 56 42 6 15A 57 35
Octal 357 41 121 0 126 102 6 532 127 65
Binary 11101111 100001 1010001 0 1010110 1000010 110 101011010 1010111 110101

Color Harmonies of #EF2151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2151

Black with #EF2151

Text Example


Text Example

White with #EF2151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2151; }

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

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

background-color css

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

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

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

border-color css

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

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

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