Html Css Color HEX #EF2253 Amaranth

📋 copy color: '#EF2253'

red 239 ◦ green 34 ◦ blue 83

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

Shades of Amaranth #EF2253

Tints of Amaranth #EF2253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 67.13%
G = 9.55%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF2253 (or 0xEF2253) is known color: Amaranth. HEX triplet: EF, 22 and 53. RGB value is (239,34,83). Sum of RGB (Red+Green+Blue) = 239+34+83=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2253 is #10DDAC. Grayscale: #646464. Windows color (decimal): -1105325 or 5448431. OLE color: 5448431.

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

Color convert

RGB 239 34 83 -
CMYK 0 0.86 0.65 0.06
HSL 345.66º 0.86% 0.54% -
HSV(B) 345.66º 0.86% 0.94% -
XYZ 37.73 20.12 10.08 -
YUV 100.88 117.92 226.52 -
System Red Green Blue C M Y K H S L
Decimal 239 34 83 0 0.86 0.65 0.06 345.66 0.86 0.54
Hex EF 22 53 0 56 41 6 15A 56 36
Octal 357 42 123 0 126 101 6 532 126 66
Binary 11101111 100010 1010011 0 1010110 1000001 110 101011010 1010110 110110

Color Harmonies of #EF2253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2253

Black with #EF2253

Text Example


Text Example

White with #EF2253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2253; }

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

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

background-color css

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

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

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

border-color css

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

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

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