#EF99C0

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

Shades of Shocking #EF99C0

Tints of Shocking #EF99C0

Color information

#EF99C0 (or 0xEF99C0) is unknown color: approx Shocking. HEX triplet: EF, 99 and C0. RGB value is (239,153,192). Sum of RGB (Red+Green+Blue) = 239+153+192=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99C0 is #10663F. Grayscale: #B7B7B7. Windows color (decimal): -1074752 or 12622319. OLE color: 12622319.

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

Color convert

RGB239153192-
CMYK00.360.200.06
HSL332.79º72.88%76.86%-
HSV(B)332.79º35.98%93.73%-
XYZ56.544.9455.57-
YUV183.16132.99167.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 153 (60.16% from 255) = 26.20%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=40.92%
G=26.20%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915319200.360.200.06332.7972.8876.86
HexEF99C002414614d494d
Octal357231300044246515111115
Binary11101111100110011100000001001001010011010100110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99C0; }

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

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

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

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

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

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

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

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