Html Css Color HEX #EE254D Amaranth

📋 copy color: '#EE254D'

red 238 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #EE254D

Tints of Amaranth #EE254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

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

R = 67.61%
G = 10.51%
B = 21.88%

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

#EE254D (or 0xEE254D) is known color: Amaranth. HEX triplet: EE, 25 and 4D. RGB value is (238,37,77). Sum of RGB (Red+Green+Blue) = 238+37+77=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE254D is #11DAB2. Grayscale: #656565. Windows color (decimal): -1170099 or 5055982. OLE color: 5055982.

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

Color convert

RGB 238 37 77 -
CMYK 0 0.84 0.68 0.07
HSL 348.06º 0.86% 0.54% -
HSV(B) 348.06º 0.84% 0.93% -
XYZ 37.26 20.04 8.92 -
YUV 101.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 238 37 77 0 0.84 0.68 0.07 348.06 0.86 0.54
Hex EE 25 4D 0 54 44 7 15C 56 36
Octal 356 45 115 0 124 104 7 534 126 66
Binary 11101110 100101 1001101 0 1010100 1000100 111 101011100 1010110 110110

Color Harmonies of #EE254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE254D

Black with #EE254D

Text Example


Text Example

White with #EE254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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