Html Css Color HEX #EF2257 Amaranth

📋 copy color: '#EF2257'

red 239 ◦ green 34 ◦ blue 87

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

Shades of Amaranth #EF2257

Tints of Amaranth #EF2257

RGB

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

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

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

R = 66.39%
G = 9.44%
B = 24.17%

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

#EF2257 (or 0xEF2257) is known color: Amaranth. HEX triplet: EF, 22 and 57. RGB value is (239,34,87). Sum of RGB (Red+Green+Blue) = 239+34+87=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2257 is #10DDA8. Grayscale: #656565. Windows color (decimal): -1105321 or 5710575. OLE color: 5710575.

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

Color convert

RGB 239 34 87 -
CMYK 0 0.86 0.64 0.06
HSL 344.49º 0.86% 0.54% -
HSV(B) 344.49º 0.86% 0.94% -
XYZ 37.89 20.18 10.92 -
YUV 101.34 119.92 226.19 -
System Red Green Blue C M Y K H S L
Decimal 239 34 87 0 0.86 0.64 0.06 344.49 0.86 0.54
Hex EF 22 57 0 56 40 6 158 56 36
Octal 357 42 127 0 126 100 6 530 126 66
Binary 11101111 100010 1010111 0 1010110 1000000 110 101011000 1010110 110110

Color Harmonies of #EF2257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2257

Black with #EF2257

Text Example


Text Example

White with #EF2257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2257; }

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

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

background-color css

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

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

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

border-color css

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

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

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