#EF9FC0

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

Shades of Shocking #EF9FC0

Tints of Shocking #EF9FC0

Color information

#EF9FC0 (or 0xEF9FC0) is unknown color: approx Shocking. HEX triplet: EF, 9F and C0. RGB value is (239,159,192). Sum of RGB (Red+Green+Blue) = 239+159+192=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FC0 is #10603F. Grayscale: #BABABA. Windows color (decimal): -1073216 or 12623855. OLE color: 12623855.

HSL color Cylindrical-coordinate representation of color #EF9FC0: hue angle of 335.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FC0 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239159192-
CMYK00.330.200.06
HSL335.25º71.43%78.04%-
HSV(B)335.25º33.47%93.73%-
XYZ57.5146.9555.9-
YUV186.68131165.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 192 (75.39% from 255) = 32.54%
R=40.51%
G=26.95%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915919200.330.200.06335.2571.4378.04
HexEF9FC002114614f474e
Octal357237300041246517107116
Binary11101111100111111100000001000011010011010100111110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FC0; }

 p { color: rgb(239,159,192); }

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

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

 a { background-color: rgb(239,159,192); }

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

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

 span { border-color: rgb(239,159,192); }

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