#EF1CB0

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

Shades of Spicy Pink #EF1CB0

Tints of Spicy Pink #EF1CB0

Color information

#EF1CB0 (or 0xEF1CB0) is unknown color: approx Spicy Pink. HEX triplet: EF, 1C and B0. RGB value is (239,28,176). Sum of RGB (Red+Green+Blue) = 239+28+176=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1CB0 is #10E34F. Grayscale: #6B6B6B. Windows color (decimal): -1106768 or 11541743. OLE color: 11541743.

HSL color Cylindrical-coordinate representation of color #EF1CB0: hue angle of 317.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1CB0 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB23928176-
CMYK00.880.260.06
HSL317.91º86.83%52.35%-
HSV(B)317.91º88.28%93.73%-
XYZ43.8522.3243.07-
YUV107.96166.4221.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.95%
GREEN value IS 28 (11.33% from 255) = 6.32%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=53.95%
G=6.32%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392817600.880.260.06317.9186.8352.35
HexEF1CB00581A613e5734
Octal35734260013032647612764
Binary11101111111001011000001011000110101101001111101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1CB0; }

 p { color: rgb(239,28,176); }

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

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

 a { background-color: rgb(239,28,176); }

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

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

 span { border-color: rgb(239,28,176); }

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