#EF93BF

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

Shades of Shocking #EF93BF

Tints of Shocking #EF93BF

Color information

#EF93BF (or 0xEF93BF) is unknown color: approx Shocking. HEX triplet: EF, 93 and BF. RGB value is (239,147,191). Sum of RGB (Red+Green+Blue) = 239+147+191=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93BF is #106C40. Grayscale: #B3B3B3. Windows color (decimal): -1076289 or 12555247. OLE color: 12555247.

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

Color convert

RGB239147191-
CMYK00.380.200.06
HSL331.3º74.19%75.69%-
HSV(B)331.3º38.49%93.73%-
XYZ55.4342.9854.66-
YUV179.52134.48170.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 191 (75% from 255) = 33.10%
R=41.42%
G=25.48%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914719100.380.200.06331.374.1975.69
HexEF93BF02614614b4a4c
Octal357223277046246513112114
Binary11101111100100111011111101001101010011010100101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93BF; }

 p { color: rgb(239,147,191); }

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

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

 a { background-color: rgb(239,147,191); }

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

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

 span { border-color: rgb(239,147,191); }

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