Html Css Color HEX #EE204E Amaranth

📋 copy color: '#EE204E'

red 238 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #EE204E

Tints of Amaranth #EE204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

 BLUE value IS 78 (30.86% from 255) = 22.41%

R = 68.39%
G = 9.2%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE204E (or 0xEE204E) is known color: Amaranth. HEX triplet: EE, 20 and 4E. RGB value is (238,32,78). Sum of RGB (Red+Green+Blue) = 238+32+78=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE204E is #11DFB1. Grayscale: #626262. Windows color (decimal): -1171378 or 5120238. OLE color: 5120238.

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

Color convert

RGB 238 32 78 -
CMYK 0 0.87 0.67 0.07
HSL 346.6º 0.86% 0.53% -
HSV(B) 346.6º 0.87% 0.93% -
XYZ 37.15 19.76 9.06 -
YUV 98.84 116.25 227.26 -
System Red Green Blue C M Y K H S L
Decimal 238 32 78 0 0.87 0.67 0.07 346.6 0.86 0.53
Hex EE 20 4E 0 57 43 7 15B 56 35
Octal 356 40 116 0 127 103 7 533 126 65
Binary 11101110 100000 1001110 0 1010111 1000011 111 101011011 1010110 110101

Color Harmonies of #EE204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE204E

Black with #EE204E

Text Example


Text Example

White with #EE204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE204E; }

 p { color: rgb(238,32,78); }

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

background-color css

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

 a { background-color: rgb(238,32,78); }

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

border-color css

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

 span { border-color: rgb(238,32,78); }

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