Html Css Color HEX #EE16A5 Spicy Pink

📋 copy color: '#EE16A5'

red 238 ◦ green 22 ◦ blue 165

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

Shades of Spicy Pink #EE16A5

Tints of Spicy Pink #EE16A5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.18%

 BLUE value IS 165 (64.84% from 255) = 38.82%

R = 56%
G = 5.18%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EE16A5 (or 0xEE16A5) is known color: Spicy Pink. HEX triplet: EE, 16 and A5. RGB value is (238,22,165). Sum of RGB (Red+Green+Blue) = 238+22+165=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE16A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE16A5 is #11E95A. Grayscale: #666666. Windows color (decimal): -1173851 or 10819310. OLE color: 10819310.

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

Color convert

RGB 238 22 165 -
CMYK 0 0.91 0.31 0.07
HSL 320.28º 0.86% 0.51% -
HSV(B) 320.28º 0.91% 0.93% -
XYZ 42.34 21.47 37.51 -
YUV 102.89 163.06 224.37 -
System Red Green Blue C M Y K H S L
Decimal 238 22 165 0 0.91 0.31 0.07 320.28 0.86 0.51
Hex EE 16 A5 0 5B 1F 7 140 56 33
Octal 356 26 245 0 133 37 7 500 126 63
Binary 11101110 10110 10100101 0 1011011 11111 111 101000000 1010110 110011

Color Harmonies of #EE16A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE16A5

Black with #EE16A5

Text Example


Text Example

White with #EE16A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE16A5; }

 p { color: rgb(238,22,165); }

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

background-color css

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

 a { background-color: rgb(238,22,165); }

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

border-color css

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

 span { border-color: rgb(238,22,165); }

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