#EF9BBD

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

Shades of Shocking #EF9BBD

Tints of Shocking #EF9BBD

Color information

#EF9BBD (or 0xEF9BBD) is unknown color: approx Shocking. HEX triplet: EF, 9B and BD. RGB value is (239,155,189). Sum of RGB (Red+Green+Blue) = 239+155+189=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BBD is #106442. Grayscale: #B7B7B7. Windows color (decimal): -1074243 or 12426223. OLE color: 12426223.

HSL color Cylindrical-coordinate representation of color #EF9BBD: hue angle of 335.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9BBD is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239155189-
CMYK00.350.210.06
HSL335.71º72.41%77.25%-
HSV(B)335.71º35.15%93.73%-
XYZ56.545.4753.94-
YUV183.99130.83167.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=40.99%
G=26.59%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915518900.350.210.06335.7172.4177.25
HexEF9BBD023156150484d
Octal357233275043256520110115
Binary11101111100110111011110101000111010111010101000010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BBD; }

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

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

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

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

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

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

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

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