Html Css Color HEX #EF2158 Amaranth

📋 copy color: '#EF2158'

red 239 ◦ green 33 ◦ blue 88

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

Shades of Amaranth #EF2158

Tints of Amaranth #EF2158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.44%

R = 66.39%
G = 9.17%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF2158 (or 0xEF2158) is known color: Amaranth. HEX triplet: EF, 21 and 58. RGB value is (239,33,88). Sum of RGB (Red+Green+Blue) = 239+33+88=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2158 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2158 is #10DEA7. Grayscale: #646464. Windows color (decimal): -1105576 or 5775855. OLE color: 5775855.

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

Color convert

RGB 239 33 88 -
CMYK 0 0.86 0.63 0.06
HSL 343.98º 0.87% 0.53% -
HSV(B) 343.98º 0.86% 0.94% -
XYZ 37.9 20.14 11.12 -
YUV 100.86 120.75 226.53 -
System Red Green Blue C M Y K H S L
Decimal 239 33 88 0 0.86 0.63 0.06 343.98 0.87 0.53
Hex EF 21 58 0 56 3F 6 158 57 35
Octal 357 41 130 0 126 77 6 530 127 65
Binary 11101111 100001 1011000 0 1010110 111111 110 101011000 1010111 110101

Color Harmonies of #EF2158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2158

Black with #EF2158

Text Example


Text Example

White with #EF2158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2158; }

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

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

background-color css

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

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

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

border-color css

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

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

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