#EF99D0

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

Shades of Shocking #EF99D0

Tints of Shocking #EF99D0

Color information

#EF99D0 (or 0xEF99D0) is unknown color: approx Shocking. HEX triplet: EF, 99 and D0. RGB value is (239,153,208). Sum of RGB (Red+Green+Blue) = 239+153+208=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99D0 is #10662F. Grayscale: #B8B8B8. Windows color (decimal): -1074736 or 13670895. OLE color: 13670895.

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

Color convert

RGB239153208-
CMYK00.360.130.06
HSL321.63º72.88%76.86%-
HSV(B)321.63º35.98%93.73%-
XYZ58.3745.6965.42-
YUV184.98140.99166.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 153 (60.16% from 255) = 25.5%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=39.83%
G=25.5%
B=34.67%

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
Decimal23915320800.360.130.06321.6372.8876.86
HexEF99D0024D6142494d
Octal357231320044156502111115
Binary1110111110011001110100000100100110111010100001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99D0; }

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

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

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

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

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

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

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

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