Html Css Color HEX #EE3458 Amaranth

📋 copy color: '#EE3458'

red 238 ◦ green 52 ◦ blue 88

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

Shades of Amaranth #EE3458

Tints of Amaranth #EE3458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.28%

R = 62.96%
G = 13.76%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE3458 (or 0xEE3458) is known color: Amaranth. HEX triplet: EE, 34 and 58. RGB value is (238,52,88). Sum of RGB (Red+Green+Blue) = 238+52+88=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3458 is #11CBA7. Grayscale: #6F6F6F. Windows color (decimal): -1166248 or 5780718. OLE color: 5780718.

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

Color convert

RGB 238 52 88 -
CMYK 0 0.78 0.63 0.07
HSL 348.39º 0.85% 0.57% -
HSV(B) 348.39º 0.78% 0.93% -
XYZ 38.25 21.34 11.34 -
YUV 111.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 238 52 88 0 0.78 0.63 0.07 348.39 0.85 0.57
Hex EE 34 58 0 4E 3F 7 15C 55 39
Octal 356 64 130 0 116 77 7 534 125 71
Binary 11101110 110100 1011000 0 1001110 111111 111 101011100 1010101 111001

Color Harmonies of #EE3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3458

Black with #EE3458

Text Example


Text Example

White with #EE3458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3458; }

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

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

background-color css

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

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

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

border-color css

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

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

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