#EF22BA

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

Shades of Spicy Pink #EF22BA

Tints of Spicy Pink #EF22BA

Color information

#EF22BA (or 0xEF22BA) is unknown color: approx Spicy Pink. HEX triplet: EF, 22 and BA. RGB value is (239,34,186). Sum of RGB (Red+Green+Blue) = 239+34+186=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF22BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF22BA is #10DD45. Grayscale: #707070. Windows color (decimal): -1105222 or 12198639. OLE color: 12198639.

HSL color Cylindrical-coordinate representation of color #EF22BA: hue angle of 315.51º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF22BA is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB23934186-
CMYK00.860.220.06
HSL315.51º86.5%53.53%-
HSV(B)315.51º85.77%93.73%-
XYZ45.0323.0448.53-
YUV112.62169.42218.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 34 (13.67% from 255) = 7.41%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=52.07%
G=7.41%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393418600.860.220.06315.5186.553.53
HexEF22BA05616613c5636
Octal35742272012626647412666
Binary111011111000101011101001010110101101101001111001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF22BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF22BA; }

 p { color: rgb(239,34,186); }

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

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

 a { background-color: rgb(239,34,186); }

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

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

 span { border-color: rgb(239,34,186); }

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