Html Css Color HEX #EF3352 Amaranth

📋 copy color: '#EF3352'

red 239 ◦ green 51 ◦ blue 82

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

Shades of Amaranth #EF3352

Tints of Amaranth #EF3352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.71%

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

R = 64.25%
G = 13.71%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF3352 (or 0xEF3352) is known color: Amaranth. HEX triplet: EF, 33 and 52. RGB value is (239,51,82). Sum of RGB (Red+Green+Blue) = 239+51+82=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3352 is #10CCAD. Grayscale: #6E6E6E. Windows color (decimal): -1100974 or 5387247. OLE color: 5387247.

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

Color convert

RGB 239 51 82 -
CMYK 0 0.79 0.66 0.06
HSL 350.11º 0.85% 0.57% -
HSV(B) 350.11º 0.79% 0.94% -
XYZ 38.3 21.33 10.08 -
YUV 110.75 111.78 219.48 -
System Red Green Blue C M Y K H S L
Decimal 239 51 82 0 0.79 0.66 0.06 350.11 0.85 0.57
Hex EF 33 52 0 4F 42 6 15E 55 39
Octal 357 63 122 0 117 102 6 536 125 71
Binary 11101111 110011 1010010 0 1001111 1000010 110 101011110 1010101 111001

Color Harmonies of #EF3352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3352

Black with #EF3352

Text Example


Text Example

White with #EF3352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3352; }

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

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

background-color css

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

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

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

border-color css

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

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

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