Html Css Color HEX #EE284B Amaranth

📋 copy color: '#EE284B'

red 238 ◦ green 40 ◦ blue 75

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

Shades of Amaranth #EE284B

Tints of Amaranth #EE284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 67.42%
G = 11.33%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE284B (or 0xEE284B) is known color: Amaranth. HEX triplet: EE, 28 and 4B. RGB value is (238,40,75). Sum of RGB (Red+Green+Blue) = 238+40+75=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE284B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE284B is #11D7B4. Grayscale: #676767. Windows color (decimal): -1169333 or 4925678. OLE color: 4925678.

HSL color Cylindrical-coordinate representation of color #EE284B: hue angle of 349.39º 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 #EE284B is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 40 75 -
CMYK 0 0.83 0.68 0.07
HSL 349.39º 0.85% 0.55% -
HSV(B) 349.39º 0.83% 0.93% -
XYZ 37.29 20.2 8.59 -
YUV 103.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 238 40 75 0 0.83 0.68 0.07 349.39 0.85 0.55
Hex EE 28 4B 0 53 44 7 15D 55 37
Octal 356 50 113 0 123 104 7 535 125 67
Binary 11101110 101000 1001011 0 1010011 1000100 111 101011101 1010101 110111

Color Harmonies of #EE284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE284B

Black with #EE284B

Text Example


Text Example

White with #EE284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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