#EB94C6

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

Shades of Shocking #EB94C6

Tints of Shocking #EB94C6

Color information

#EB94C6 (or 0xEB94C6) is unknown color: approx Shocking. HEX triplet: EB, 94 and C6. RGB value is (235,148,198). Sum of RGB (Red+Green+Blue) = 235+148+198=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94C6 is #146B39. Grayscale: #B3B3B3. Windows color (decimal): -1338170 or 13014251. OLE color: 13014251.

HSL color Cylindrical-coordinate representation of color #EB94C6: hue angle of 325.52º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB94C6 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235148198-
CMYK00.370.160.08
HSL325.52º68.5%75.1%-
HSV(B)325.52º37.02%92.16%-
XYZ55.0442.9258.81-
YUV179.71138.32167.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 148 (58.20% from 255) = 25.47%
BLUE value IS 198 (77.73% from 255) = 34.08%
R=40.45%
G=25.47%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514819800.370.160.08325.5268.575.1
HexEB94C6025108146454b
Octal3532243060452010506105113
Binary111010111001010011000110010010110000100010100011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94C6; }

 p { color: rgb(235,148,198); }

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

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

 a { background-color: rgb(235,148,198); }

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

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

 span { border-color: rgb(235,148,198); }

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