Html Css Color HEX #EE284E Amaranth

📋 copy color: '#EE284E'

red 238 ◦ green 40 ◦ blue 78

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

Shades of Amaranth #EE284E

Tints of Amaranth #EE284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.24%

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

R = 66.85%
G = 11.24%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE284E (or 0xEE284E) is known color: Amaranth. HEX triplet: EE, 28 and 4E. RGB value is (238,40,78). Sum of RGB (Red+Green+Blue) = 238+40+78=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE284E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE284E is #11D7B1. Grayscale: #676767. Windows color (decimal): -1169330 or 5122286. OLE color: 5122286.

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

Color convert

RGB 238 40 78 -
CMYK 0 0.83 0.67 0.07
HSL 348.48º 0.85% 0.55% -
HSV(B) 348.48º 0.83% 0.93% -
XYZ 37.39 20.24 9.14 -
YUV 103.53 113.6 223.91 -
System Red Green Blue C M Y K H S L
Decimal 238 40 78 0 0.83 0.67 0.07 348.48 0.85 0.55
Hex EE 28 4E 0 53 43 7 15C 55 37
Octal 356 50 116 0 123 103 7 534 125 67
Binary 11101110 101000 1001110 0 1010011 1000011 111 101011100 1010101 110111

Color Harmonies of #EE284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE284E

Black with #EE284E

Text Example


Text Example

White with #EE284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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