#EF99BD

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

Shades of Shocking #EF99BD

Tints of Shocking #EF99BD

Color information

#EF99BD (or 0xEF99BD) is unknown color: approx Shocking. HEX triplet: EF, 99 and BD. RGB value is (239,153,189). Sum of RGB (Red+Green+Blue) = 239+153+189=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99BD is #106642. Grayscale: #B6B6B6. Windows color (decimal): -1074755 or 12425711. OLE color: 12425711.

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

Color convert

RGB239153189-
CMYK00.360.210.06
HSL334.88º72.88%76.86%-
HSV(B)334.88º35.98%93.73%-
XYZ56.1744.8153.83-
YUV182.82131.49168.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=41.14%
G=26.33%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915318900.360.210.06334.8872.8876.86
HexEF99BD02415614f494d
Octal357231275044256517111115
Binary11101111100110011011110101001001010111010100111110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99BD; }

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

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

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

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

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

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

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

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