Html Css Color HEX #EF3452 Amaranth

📋 copy color: '#EF3452'

red 239 ◦ green 52 ◦ blue 82

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

Shades of Amaranth #EF3452

Tints of Amaranth #EF3452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

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

R = 64.08%
G = 13.94%
B = 21.98%

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

#EF3452 (or 0xEF3452) is known color: Amaranth. HEX triplet: EF, 34 and 52. RGB value is (239,52,82). Sum of RGB (Red+Green+Blue) = 239+52+82=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3452 is #10CBAD. Grayscale: #6F6F6F. Windows color (decimal): -1100718 or 5387503. OLE color: 5387503.

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

Color convert

RGB 239 52 82 -
CMYK 0 0.78 0.66 0.06
HSL 350.37º 0.85% 0.57% -
HSV(B) 350.37º 0.78% 0.94% -
XYZ 38.35 21.42 10.1 -
YUV 111.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 239 52 82 0 0.78 0.66 0.06 350.37 0.85 0.57
Hex EF 34 52 0 4E 42 6 15E 55 39
Octal 357 64 122 0 116 102 6 536 125 71
Binary 11101111 110100 1010010 0 1001110 1000010 110 101011110 1010101 111001

Color Harmonies of #EF3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3452

Black with #EF3452

Text Example


Text Example

White with #EF3452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3452; }

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

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

background-color css

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

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

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

border-color css

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

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

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