#EF9BBE

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

Shades of Shocking #EF9BBE

Tints of Shocking #EF9BBE

Color information

#EF9BBE (or 0xEF9BBE) is unknown color: approx Shocking. HEX triplet: EF, 9B and BE. RGB value is (239,155,190). Sum of RGB (Red+Green+Blue) = 239+155+190=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BBE is #106441. Grayscale: #B8B8B8. Windows color (decimal): -1074242 or 12491759. OLE color: 12491759.

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

Color convert

RGB239155190-
CMYK00.350.210.06
HSL335º72.41%77.25%-
HSV(B)335º35.15%93.73%-
XYZ56.6145.5154.52-
YUV184.11131.33167.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 155 (60.94% from 255) = 26.54%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=40.92%
G=26.54%
B=32.53%

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
Decimal23915519000.350.210.0633572.4177.25
HexEF9BBE02315614f484d
Octal357233276043256517110115
Binary11101111100110111011111001000111010111010100111110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BBE; }

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

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

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

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

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

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

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

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