Html Css Color HEX #EE274D Amaranth

📋 copy color: '#EE274D'

red 238 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #EE274D

Tints of Amaranth #EE274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 67.23%
G = 11.02%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE274D (or 0xEE274D) is known color: Amaranth. HEX triplet: EE, 27 and 4D. RGB value is (238,39,77). Sum of RGB (Red+Green+Blue) = 238+39+77=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE274D is #11D8B2. Grayscale: #666666. Windows color (decimal): -1169587 or 5056494. OLE color: 5056494.

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

Color convert

RGB 238 39 77 -
CMYK 0 0.84 0.68 0.07
HSL 348.54º 0.85% 0.54% -
HSV(B) 348.54º 0.84% 0.93% -
XYZ 37.32 20.16 8.95 -
YUV 102.83 113.43 224.41 -
System Red Green Blue C M Y K H S L
Decimal 238 39 77 0 0.84 0.68 0.07 348.54 0.85 0.54
Hex EE 27 4D 0 54 44 7 15D 55 36
Octal 356 47 115 0 124 104 7 535 125 66
Binary 11101110 100111 1001101 0 1010100 1000100 111 101011101 1010101 110110

Color Harmonies of #EE274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE274D

Black with #EE274D

Text Example


Text Example

White with #EE274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE274D; }

 p { color: rgb(238,39,77); }

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

background-color css

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

 a { background-color: rgb(238,39,77); }

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

border-color css

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

 span { border-color: rgb(238,39,77); }

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