#EF92BD

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

Shades of Shocking #EF92BD

Tints of Shocking #EF92BD

Color information

#EF92BD (or 0xEF92BD) is unknown color: approx Shocking. HEX triplet: EF, 92 and BD. RGB value is (239,146,189). Sum of RGB (Red+Green+Blue) = 239+146+189=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92BD is #106D42. Grayscale: #B2B2B2. Windows color (decimal): -1076547 or 12423919. OLE color: 12423919.

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

Color convert

RGB239146189-
CMYK00.390.210.06
HSL332.26º74.4%75.49%-
HSV(B)332.26º38.91%93.73%-
XYZ55.0642.5853.46-
YUV178.71133.81171-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=41.64%
G=25.44%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914618900.390.210.06332.2674.475.49
HexEF92BD02715614c4a4b
Octal357222275047256514112113
Binary11101111100100101011110101001111010111010100110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF92BD; }

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

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

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

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

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

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

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

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