Html Css Color HEX #EE3454 Amaranth

📋 copy color: '#EE3454'

red 238 ◦ green 52 ◦ blue 84

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

Shades of Amaranth #EE3454

Tints of Amaranth #EE3454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 63.64%
G = 13.9%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE3454 (or 0xEE3454) is known color: Amaranth. HEX triplet: EE, 34 and 54. RGB value is (238,52,84). Sum of RGB (Red+Green+Blue) = 238+52+84=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3454 is #11CBAB. Grayscale: #6F6F6F. Windows color (decimal): -1166252 or 5518574. OLE color: 5518574.

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

Color convert

RGB 238 52 84 -
CMYK 0 0.78 0.65 0.07
HSL 349.68º 0.85% 0.57% -
HSV(B) 349.68º 0.78% 0.93% -
XYZ 38.09 21.27 10.49 -
YUV 111.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 238 52 84 0 0.78 0.65 0.07 349.68 0.85 0.57
Hex EE 34 54 0 4E 41 7 15E 55 39
Octal 356 64 124 0 116 101 7 536 125 71
Binary 11101110 110100 1010100 0 1001110 1000001 111 101011110 1010101 111001

Color Harmonies of #EE3454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3454

Black with #EE3454

Text Example


Text Example

White with #EE3454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3454; }

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

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

background-color css

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

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

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

border-color css

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

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

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