Html Css Color HEX #EE3258 Amaranth

📋 copy color: '#EE3258'

red 238 ◦ green 50 ◦ blue 88

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

Shades of Amaranth #EE3258

Tints of Amaranth #EE3258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

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

R = 63.3%
G = 13.3%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE3258 (or 0xEE3258) is known color: Amaranth. HEX triplet: EE, 32 and 58. RGB value is (238,50,88). Sum of RGB (Red+Green+Blue) = 238+50+88=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3258 is #11CDA7. Grayscale: #6E6E6E. Windows color (decimal): -1166760 or 5780206. OLE color: 5780206.

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

Color convert

RGB 238 50 88 -
CMYK 0 0.79 0.63 0.07
HSL 347.87º 0.85% 0.56% -
HSV(B) 347.87º 0.79% 0.93% -
XYZ 38.16 21.16 11.31 -
YUV 110.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 238 50 88 0 0.79 0.63 0.07 347.87 0.85 0.56
Hex EE 32 58 0 4F 3F 7 15C 55 38
Octal 356 62 130 0 117 77 7 534 125 70
Binary 11101110 110010 1011000 0 1001111 111111 111 101011100 1010101 111000

Color Harmonies of #EE3258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3258

Black with #EE3258

Text Example


Text Example

White with #EE3258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3258; }

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

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

background-color css

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

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

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

border-color css

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

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

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