#EE26B2

Color #EE26B2 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #EE26B2

Tints of Spicy Pink #EE26B2

Color information

#EE26B2 (or 0xEE26B2) is unknown color: approx Spicy Pink. HEX triplet: EE, 26 and B2. RGB value is (238,38,178). Sum of RGB (Red+Green+Blue) = 238+38+178=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE26B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE26B2 is #11D94D. Grayscale: #717171. Windows color (decimal): -1169742 or 11675374. OLE color: 11675374.

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

Color convert

RGB23838178-
CMYK00.840.250.07
HSL318º85.47%54.12%-
HSV(B)318º84.03%93.33%-
XYZ43.9922.7844.2-
YUV113.76164.26216.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.42%
GREEN value IS 38 (15.23% from 255) = 8.37%
BLUE value IS 178 (69.92% from 255) = 39.21%
R=52.42%
G=8.37%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383817800.840.250.0731885.4754.12
HexEE26B205419713e5536
Octal35646262012431747612566
Binary111011101001101011001001010100110011111001111101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE26B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE26B2; }

 p { color: rgb(238,38,178); }

 H1.HeaderClassName
 {
   color: #EE26B2;
 }
 .AnyTagClassName
 {
   color: #EE26B2;
 }
</style>
background-color css

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

 a { background-color: rgb(238,38,178); }

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

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

 span { border-color: rgb(238,38,178); }

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