#EF8FBC

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

Shades of Shocking #EF8FBC

Tints of Shocking #EF8FBC

Color information

#EF8FBC (or 0xEF8FBC) is unknown color: approx Shocking. HEX triplet: EF, 8F and BC. RGB value is (239,143,188). Sum of RGB (Red+Green+Blue) = 239+143+188=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FBC is #107043. Grayscale: #B0B0B0. Windows color (decimal): -1077316 or 12357615. OLE color: 12357615.

HSL color Cylindrical-coordinate representation of color #EF8FBC: hue angle of 331.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FBC is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239143188-
CMYK00.400.210.06
HSL331.88º75%74.9%-
HSV(B)331.88º40.17%93.73%-
XYZ54.541.6352.74-
YUV176.83134.3172.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=41.93%
G=25.09%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914318800.400.210.06331.887574.9
HexEF8FBC02815614c4b4b
Octal357217274050256514113113
Binary11101111100011111011110001010001010111010100110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FBC; }

 p { color: rgb(239,143,188); }

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

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

 a { background-color: rgb(239,143,188); }

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

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

 span { border-color: rgb(239,143,188); }

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