Html Css Color HEX #EF3552 Amaranth

📋 copy color: '#EF3552'

red 239 ◦ green 53 ◦ blue 82

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

Shades of Amaranth #EF3552

Tints of Amaranth #EF3552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.93%

R = 63.9%
G = 14.17%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF3552 (or 0xEF3552) is known color: Amaranth. HEX triplet: EF, 35 and 52. RGB value is (239,53,82). Sum of RGB (Red+Green+Blue) = 239+53+82=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3552 is #10CAAD. Grayscale: #6F6F6F. Windows color (decimal): -1100462 or 5387759. OLE color: 5387759.

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

Color convert

RGB 239 53 82 -
CMYK 0 0.78 0.66 0.06
HSL 350.65º 0.85% 0.57% -
HSV(B) 350.65º 0.78% 0.94% -
XYZ 38.39 21.51 10.11 -
YUV 111.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 239 53 82 0 0.78 0.66 0.06 350.65 0.85 0.57
Hex EF 35 52 0 4E 42 6 15F 55 39
Octal 357 65 122 0 116 102 6 537 125 71
Binary 11101111 110101 1010010 0 1001110 1000010 110 101011111 1010101 111001

Color Harmonies of #EF3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3552

Black with #EF3552

Text Example


Text Example

White with #EF3552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3552; }

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

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

background-color css

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

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

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

border-color css

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

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

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