Html Css Color HEX #EF2552 Amaranth

📋 copy color: '#EF2552'

red 239 ◦ green 37 ◦ blue 82

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

Shades of Amaranth #EF2552

Tints of Amaranth #EF2552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

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

R = 66.76%
G = 10.34%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF2552 (or 0xEF2552) is known color: Amaranth. HEX triplet: EF, 25 and 52. RGB value is (239,37,82). Sum of RGB (Red+Green+Blue) = 239+37+82=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2552 is #10DAAD. Grayscale: #666666. Windows color (decimal): -1104558 or 5383663. OLE color: 5383663.

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

Color convert

RGB 239 37 82 -
CMYK 0 0.85 0.66 0.06
HSL 346.63º 0.86% 0.54% -
HSV(B) 346.63º 0.85% 0.94% -
XYZ 37.78 20.28 9.91 -
YUV 102.53 116.42 225.34 -
System Red Green Blue C M Y K H S L
Decimal 239 37 82 0 0.85 0.66 0.06 346.63 0.86 0.54
Hex EF 25 52 0 55 42 6 15B 56 36
Octal 357 45 122 0 125 102 6 533 126 66
Binary 11101111 100101 1010010 0 1010101 1000010 110 101011011 1010110 110110

Color Harmonies of #EF2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2552

Black with #EF2552

Text Example


Text Example

White with #EF2552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2552; }

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

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

background-color css

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

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

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

border-color css

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

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

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