Html Css Color HEX #EF3553 Amaranth

📋 copy color: '#EF3553'

red 239 ◦ green 53 ◦ blue 83

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

Shades of Amaranth #EF3553

Tints of Amaranth #EF3553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.13%

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

R = 63.73%
G = 14.13%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF3553 (or 0xEF3553) is known color: Amaranth. HEX triplet: EF, 35 and 53. RGB value is (239,53,83). Sum of RGB (Red+Green+Blue) = 239+53+83=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3553 is #10CAAC. Grayscale: #707070. Windows color (decimal): -1100461 or 5453295. OLE color: 5453295.

HSL color Cylindrical-coordinate representation of color #EF3553: hue angle of 350.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3553 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 53 83 -
CMYK 0 0.78 0.65 0.06
HSL 350.32º 0.85% 0.57% -
HSV(B) 350.32º 0.78% 0.94% -
XYZ 38.43 21.52 10.31 -
YUV 112.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 239 53 83 0 0.78 0.65 0.06 350.32 0.85 0.57
Hex EF 35 53 0 4E 41 6 15E 55 39
Octal 357 65 123 0 116 101 6 536 125 71
Binary 11101111 110101 1010011 0 1001110 1000001 110 101011110 1010101 111001

Color Harmonies of #EF3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3553

Black with #EF3553

Text Example


Text Example

White with #EF3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3553; }

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

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

background-color css

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

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

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

border-color css

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

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

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