Html Css Color HEX #EE4053 Amaranth

📋 copy color: '#EE4053'

red 238 ◦ green 64 ◦ blue 83

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

Shades of Amaranth #EE4053

Tints of Amaranth #EE4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.62%

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 61.82%
G = 16.62%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE4053 (or 0xEE4053) is known color: Amaranth. HEX triplet: EE, 40 and 53. RGB value is (238,64,83). Sum of RGB (Red+Green+Blue) = 238+64+83=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4053 is #11BFAC. Grayscale: #767676. Windows color (decimal): -1163181 or 5456110. OLE color: 5456110.

HSL color Cylindrical-coordinate representation of color #EE4053: hue angle of 353.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4053 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 64 83 -
CMYK 0 0.73 0.65 0.07
HSL 353.45º 0.84% 0.59% -
HSV(B) 353.45º 0.73% 0.93% -
XYZ 38.65 22.47 10.48 -
YUV 118.19 108.15 213.46 -
System Red Green Blue C M Y K H S L
Decimal 238 64 83 0 0.73 0.65 0.07 353.45 0.84 0.59
Hex EE 40 53 0 49 41 7 161 54 3B
Octal 356 100 123 0 111 101 7 541 124 73
Binary 11101110 1000000 1010011 0 1001001 1000001 111 101100001 1010100 111011

Color Harmonies of #EE4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4053

Black with #EE4053

Text Example


Text Example

White with #EE4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4053; }

 p { color: rgb(238,64,83); }

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

background-color css

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

 a { background-color: rgb(238,64,83); }

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

border-color css

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

 span { border-color: rgb(238,64,83); }

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