#EF98C5

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

Shades of Shocking #EF98C5

Tints of Shocking #EF98C5

Color information

#EF98C5 (or 0xEF98C5) is unknown color: approx Shocking. HEX triplet: EF, 98 and C5. RGB value is (239,152,197). Sum of RGB (Red+Green+Blue) = 239+152+197=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98C5 is #10673A. Grayscale: #B7B7B7. Windows color (decimal): -1075003 or 12949743. OLE color: 12949743.

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

Color convert

RGB239152197-
CMYK00.360.180.06
HSL328.97º73.11%76.67%-
HSV(B)328.97º36.4%93.73%-
XYZ56.944.8458.48-
YUV183.14135.82167.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 152 (59.77% from 255) = 25.85%
BLUE value IS 197 (77.34% from 255) = 33.50%
R=40.65%
G=25.85%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915219700.360.180.06328.9773.1176.67
HexEF98C5024126149494d
Octal357230305044226511111115
Binary11101111100110001100010101001001001011010100100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF98C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF98C5; }

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

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

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

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

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

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

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

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