Html Css Color HEX #EF2256 Amaranth

📋 copy color: '#EF2256'

red 239 ◦ green 34 ◦ blue 86

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

Shades of Amaranth #EF2256

Tints of Amaranth #EF2256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

 BLUE value IS 86 (33.98% from 255) = 23.96%

R = 66.57%
G = 9.47%
B = 23.96%

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

#EF2256 (or 0xEF2256) is known color: Amaranth. HEX triplet: EF, 22 and 56. RGB value is (239,34,86). Sum of RGB (Red+Green+Blue) = 239+34+86=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2256 is #10DDA9. Grayscale: #656565. Windows color (decimal): -1105322 or 5645039. OLE color: 5645039.

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

Color convert

RGB 239 34 86 -
CMYK 0 0.86 0.64 0.06
HSL 344.78º 0.86% 0.54% -
HSV(B) 344.78º 0.86% 0.94% -
XYZ 37.85 20.17 10.7 -
YUV 101.22 119.42 226.27 -
System Red Green Blue C M Y K H S L
Decimal 239 34 86 0 0.86 0.64 0.06 344.78 0.86 0.54
Hex EF 22 56 0 56 40 6 159 56 36
Octal 357 42 126 0 126 100 6 531 126 66
Binary 11101111 100010 1010110 0 1010110 1000000 110 101011001 1010110 110110

Color Harmonies of #EF2256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2256

Black with #EF2256

Text Example


Text Example

White with #EF2256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2256; }

 p { color: rgb(239,34,86); }

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

background-color css

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

 a { background-color: rgb(239,34,86); }

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

border-color css

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

 span { border-color: rgb(239,34,86); }

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