Html Css Color HEX #EE15AA Spicy Pink

📋 copy color: '#EE15AA'

red 238 ◦ green 21 ◦ blue 170

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

Shades of Spicy Pink #EE15AA

Tints of Spicy Pink #EE15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.9%

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

R = 55.48%
G = 4.9%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE15AA (or 0xEE15AA) is known color: Spicy Pink. HEX triplet: EE, 15 and AA. RGB value is (238,21,170). Sum of RGB (Red+Green+Blue) = 238+21+170=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE15AA is #11EA55. Grayscale: #666666. Windows color (decimal): -1174102 or 11146734. OLE color: 11146734.

HSL color Cylindrical-coordinate representation of color #EE15AA: hue angle of 318.8º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15AA is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 21 170 -
CMYK 0 0.91 0.29 0.07
HSL 318.8º 0.86% 0.51% -
HSV(B) 318.8º 0.91% 0.93% -
XYZ 42.78 21.62 39.95 -
YUV 102.87 165.89 224.38 -
System Red Green Blue C M Y K H S L
Decimal 238 21 170 0 0.91 0.29 0.07 318.8 0.86 0.51
Hex EE 15 AA 0 5B 1D 7 13F 56 33
Octal 356 25 252 0 133 35 7 477 126 63
Binary 11101110 10101 10101010 0 1011011 11101 111 100111111 1010110 110011

Color Harmonies of #EE15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE15AA

Black with #EE15AA

Text Example


Text Example

White with #EE15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE15AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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