#EF98CF

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

Shades of Shocking #EF98CF

Tints of Shocking #EF98CF

Color information

#EF98CF (or 0xEF98CF) is unknown color: approx Shocking. HEX triplet: EF, 98 and CF. RGB value is (239,152,207). Sum of RGB (Red+Green+Blue) = 239+152+207=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98CF is #106730. Grayscale: #B8B8B8. Windows color (decimal): -1074993 or 13605103. OLE color: 13605103.

HSL color Cylindrical-coordinate representation of color #EF98CF: hue angle of 322.07º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF98CF is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239152207-
CMYK00.360.130.06
HSL322.07º73.11%76.67%-
HSV(B)322.07º36.4%93.73%-
XYZ58.0945.3164.72-
YUV184.28140.82167.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 152 (59.77% from 255) = 25.42%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=39.97%
G=25.42%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915220700.360.130.06322.0773.1176.67
HexEF98CF024D6142494d
Octal357230317044156502111115
Binary1110111110011000110011110100100110111010100001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF98CF; }

 p { color: rgb(239,152,207); }

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

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

 a { background-color: rgb(239,152,207); }

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

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

 span { border-color: rgb(239,152,207); }

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