Html Css Color HEX #EE29BA Spicy Pink

📋 copy color: '#EE29BA'

red 238 ◦ green 41 ◦ blue 186

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

Shades of Spicy Pink #EE29BA

Tints of Spicy Pink #EE29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.82%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 51.18%
G = 8.82%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE29BA (or 0xEE29BA) is known color: Spicy Pink. HEX triplet: EE, 29 and BA. RGB value is (238,41,186). Sum of RGB (Red+Green+Blue) = 238+41+186=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE29BA is #11D645. Grayscale: #747474. Windows color (decimal): -1168966 or 12200430. OLE color: 12200430.

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

Color convert

RGB 238 41 186 -
CMYK 0 0.83 0.22 0.07
HSL 315.84º 0.85% 0.55% -
HSV(B) 315.84º 0.83% 0.93% -
XYZ 44.92 23.31 48.59 -
YUV 116.43 167.27 214.71 -
System Red Green Blue C M Y K H S L
Decimal 238 41 186 0 0.83 0.22 0.07 315.84 0.85 0.55
Hex EE 29 BA 0 53 16 7 13C 55 37
Octal 356 51 272 0 123 26 7 474 125 67
Binary 11101110 101001 10111010 0 1010011 10110 111 100111100 1010101 110111

Color Harmonies of #EE29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE29BA

Black with #EE29BA

Text Example


Text Example

White with #EE29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE29BA; }

 p { color: rgb(238,41,186); }

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

background-color css

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

 a { background-color: rgb(238,41,186); }

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

border-color css

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

 span { border-color: rgb(238,41,186); }

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