#EF9FC4

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

Shades of Shocking #EF9FC4

Tints of Shocking #EF9FC4

Color information

#EF9FC4 (or 0xEF9FC4) is unknown color: approx Shocking. HEX triplet: EF, 9F and C4. RGB value is (239,159,196). Sum of RGB (Red+Green+Blue) = 239+159+196=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FC4 is #10603B. Grayscale: #BBBBBB. Windows color (decimal): -1073212 or 12885999. OLE color: 12885999.

HSL color Cylindrical-coordinate representation of color #EF9FC4: hue angle of 332.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 #EF9FC4 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239159196-
CMYK00.330.180.06
HSL332.25º71.43%78.04%-
HSV(B)332.25º33.47%93.73%-
XYZ57.9647.1358.27-
YUV187.14133164.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=40.24%
G=26.77%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915919600.330.180.06332.2571.4378.04
HexEF9FC402112614c474e
Octal357237304041226514107116
Binary11101111100111111100010001000011001011010100110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FC4; }

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

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

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

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

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

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

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

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