Html Css Color HEX #EE3452 Amaranth

📋 copy color: '#EE3452'

red 238 ◦ green 52 ◦ blue 82

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

Shades of Amaranth #EE3452

Tints of Amaranth #EE3452

RGB

 RED value IS 238 (93.36% from 255) = 63.98%

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

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

R = 63.98%
G = 13.98%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE3452 (or 0xEE3452) is known color: Amaranth. HEX triplet: EE, 34 and 52. RGB value is (238,52,82). Sum of RGB (Red+Green+Blue) = 238+52+82=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3452 is #11CBAD. Grayscale: #6F6F6F. Windows color (decimal): -1166254 or 5387502. OLE color: 5387502.

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

Color convert

RGB 238 52 82 -
CMYK 0 0.78 0.66 0.07
HSL 350.32º 0.85% 0.57% -
HSV(B) 350.32º 0.78% 0.93% -
XYZ 38.01 21.24 10.08 -
YUV 111.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 238 52 82 0 0.78 0.66 0.07 350.32 0.85 0.57
Hex EE 34 52 0 4E 42 7 15E 55 39
Octal 356 64 122 0 116 102 7 536 125 71
Binary 11101110 110100 1010010 0 1001110 1000010 111 101011110 1010101 111001

Color Harmonies of #EE3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3452

Black with #EE3452

Text Example


Text Example

White with #EE3452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3452; }

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

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

background-color css

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

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

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

border-color css

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

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

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