#EF99C8

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

Shades of Shocking #EF99C8

Tints of Shocking #EF99C8

Color information

#EF99C8 (or 0xEF99C8) is unknown color: approx Shocking. HEX triplet: EF, 99 and C8. RGB value is (239,153,200). Sum of RGB (Red+Green+Blue) = 239+153+200=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99C8 is #106637. Grayscale: #B7B7B7. Windows color (decimal): -1074744 or 13146607. OLE color: 13146607.

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

Color convert

RGB239153200-
CMYK00.360.160.06
HSL327.21º72.88%76.86%-
HSV(B)327.21º35.98%93.73%-
XYZ57.4145.360.36-
YUV184.07136.99167.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 153 (60.16% from 255) = 25.84%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=40.37%
G=25.84%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915320000.360.160.06327.2172.8876.86
HexEF99C8024106147494d
Octal357231310044206507111115
Binary11101111100110011100100001001001000011010100011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99C8; }

 p { color: rgb(239,153,200); }

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

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

 a { background-color: rgb(239,153,200); }

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

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

 span { border-color: rgb(239,153,200); }

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