Html Css Color HEX #EE2F5D Amaranth

📋 copy color: '#EE2F5D'

red 238 ◦ green 47 ◦ blue 93

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

Shades of Amaranth #EE2F5D

Tints of Amaranth #EE2F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.43%

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 62.96%
G = 12.43%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE2F5D (or 0xEE2F5D) is known color: Amaranth. HEX triplet: EE, 2F and 5D. RGB value is (238,47,93). Sum of RGB (Red+Green+Blue) = 238+47+93=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2F5D is #11D0A2. Grayscale: #6D6D6D. Windows color (decimal): -1167523 or 6107118. OLE color: 6107118.

HSL color Cylindrical-coordinate representation of color #EE2F5D: hue angle of 345.55º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2F5D is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 47 93 -
CMYK 0 0.80 0.61 0.07
HSL 345.55º 0.85% 0.56% -
HSV(B) 345.55º 0.8% 0.93% -
XYZ 38.25 21 12.39 -
YUV 109.35 118.78 219.76 -
System Red Green Blue C M Y K H S L
Decimal 238 47 93 0 0.80 0.61 0.07 345.55 0.85 0.56
Hex EE 2F 5D 0 50 3D 7 15A 55 38
Octal 356 57 135 0 120 75 7 532 125 70
Binary 11101110 101111 1011101 0 1010000 111101 111 101011010 1010101 111000

Color Harmonies of #EE2F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2F5D

Black with #EE2F5D

Text Example


Text Example

White with #EE2F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2F5D; }

 p { color: rgb(238,47,93); }

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

background-color css

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

 a { background-color: rgb(238,47,93); }

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

border-color css

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

 span { border-color: rgb(238,47,93); }

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