Html Css Color HEX #EE2350 Amaranth

📋 copy color: '#EE2350'

red 238 ◦ green 35 ◦ blue 80

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

Shades of Amaranth #EE2350

Tints of Amaranth #EE2350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.92%

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 67.42%
G = 9.92%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE2350 (or 0xEE2350) is known color: Amaranth. HEX triplet: EE, 23 and 50. RGB value is (238,35,80). Sum of RGB (Red+Green+Blue) = 238+35+80=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2350 is #11DCAF. Grayscale: #646464. Windows color (decimal): -1170608 or 5252078. OLE color: 5252078.

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

Color convert

RGB 238 35 80 -
CMYK 0 0.85 0.66 0.07
HSL 346.7º 0.86% 0.54% -
HSV(B) 346.7º 0.85% 0.93% -
XYZ 37.31 19.96 9.48 -
YUV 100.83 116.25 225.84 -
System Red Green Blue C M Y K H S L
Decimal 238 35 80 0 0.85 0.66 0.07 346.7 0.86 0.54
Hex EE 23 50 0 55 42 7 15B 56 36
Octal 356 43 120 0 125 102 7 533 126 66
Binary 11101110 100011 1010000 0 1010101 1000010 111 101011011 1010110 110110

Color Harmonies of #EE2350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2350

Black with #EE2350

Text Example


Text Example

White with #EE2350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2350; }

 p { color: rgb(238,35,80); }

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

background-color css

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

 a { background-color: rgb(238,35,80); }

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

border-color css

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

 span { border-color: rgb(238,35,80); }

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