Html Css Color HEX #EF2258 Amaranth

📋 copy color: '#EF2258'

red 239 ◦ green 34 ◦ blue 88

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

Shades of Amaranth #EF2258

Tints of Amaranth #EF2258

RGB

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

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

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

R = 66.2%
G = 9.42%
B = 24.38%

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

#EF2258 (or 0xEF2258) is known color: Amaranth. HEX triplet: EF, 22 and 58. RGB value is (239,34,88). Sum of RGB (Red+Green+Blue) = 239+34+88=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2258 is #10DDA7. Grayscale: #656565. Windows color (decimal): -1105320 or 5776111. OLE color: 5776111.

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

Color convert

RGB 239 34 88 -
CMYK 0 0.86 0.63 0.06
HSL 344.2º 0.86% 0.54% -
HSV(B) 344.2º 0.86% 0.94% -
XYZ 37.93 20.2 11.13 -
YUV 101.45 120.42 226.11 -
System Red Green Blue C M Y K H S L
Decimal 239 34 88 0 0.86 0.63 0.06 344.2 0.86 0.54
Hex EF 22 58 0 56 3F 6 158 56 36
Octal 357 42 130 0 126 77 6 530 126 66
Binary 11101111 100010 1011000 0 1010110 111111 110 101011000 1010110 110110

Color Harmonies of #EF2258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2258

Black with #EF2258

Text Example


Text Example

White with #EF2258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2258; }

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

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

background-color css

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

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

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

border-color css

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

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

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