Html Css Color HEX #EF2157 Amaranth

📋 copy color: '#EF2157'

red 239 ◦ green 33 ◦ blue 87

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

Shades of Amaranth #EF2157

Tints of Amaranth #EF2157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.23%

R = 66.57%
G = 9.19%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF2157 (or 0xEF2157) is known color: Amaranth. HEX triplet: EF, 21 and 57. RGB value is (239,33,87). Sum of RGB (Red+Green+Blue) = 239+33+87=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2157 is #10DEA8. Grayscale: #646464. Windows color (decimal): -1105577 or 5710319. OLE color: 5710319.

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

Color convert

RGB 239 33 87 -
CMYK 0 0.86 0.64 0.06
HSL 344.27º 0.87% 0.53% -
HSV(B) 344.27º 0.86% 0.94% -
XYZ 37.86 20.13 10.91 -
YUV 100.75 120.25 226.61 -
System Red Green Blue C M Y K H S L
Decimal 239 33 87 0 0.86 0.64 0.06 344.27 0.87 0.53
Hex EF 21 57 0 56 40 6 158 57 35
Octal 357 41 127 0 126 100 6 530 127 65
Binary 11101111 100001 1010111 0 1010110 1000000 110 101011000 1010111 110101

Color Harmonies of #EF2157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2157

Black with #EF2157

Text Example


Text Example

White with #EF2157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2157; }

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

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

background-color css

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

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

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

border-color css

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

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

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