Html Css Color HEX #EE25AA Spicy Pink

📋 copy color: '#EE25AA'

red 238 ◦ green 37 ◦ blue 170

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

Shades of Spicy Pink #EE25AA

Tints of Spicy Pink #EE25AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 53.48%
G = 8.31%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE25AA (or 0xEE25AA) is known color: Spicy Pink. HEX triplet: EE, 25 and AA. RGB value is (238,37,170). Sum of RGB (Red+Green+Blue) = 238+37+170=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE25AA is #11DA55. Grayscale: #6F6F6F. Windows color (decimal): -1170006 or 11150830. OLE color: 11150830.

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

Color convert

RGB 238 37 170 -
CMYK 0 0.84 0.29 0.07
HSL 320.3º 0.86% 0.54% -
HSV(B) 320.3º 0.84% 0.93% -
XYZ 43.18 22.4 40.08 -
YUV 112.26 160.59 217.69 -
System Red Green Blue C M Y K H S L
Decimal 238 37 170 0 0.84 0.29 0.07 320.3 0.86 0.54
Hex EE 25 AA 0 54 1D 7 140 56 36
Octal 356 45 252 0 124 35 7 500 126 66
Binary 11101110 100101 10101010 0 1010100 11101 111 101000000 1010110 110110

Color Harmonies of #EE25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE25AA

Black with #EE25AA

Text Example


Text Example

White with #EE25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE25AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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