#EB94D0

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

Shades of Shocking #EB94D0

Tints of Shocking #EB94D0

Color information

#EB94D0 (or 0xEB94D0) is unknown color: approx Shocking. HEX triplet: EB, 94 and D0. RGB value is (235,148,208). Sum of RGB (Red+Green+Blue) = 235+148+208=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94D0 is #146B2F. Grayscale: #B4B4B4. Windows color (decimal): -1338160 or 13669611. OLE color: 13669611.

HSL color Cylindrical-coordinate representation of color #EB94D0: hue angle of 318.62º 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 #EB94D0 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235148208-
CMYK00.370.110.08
HSL318.62º68.5%75.1%-
HSV(B)318.62º37.02%92.16%-
XYZ56.2443.465.09-
YUV180.85143.32166.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 148 (58.20% from 255) = 25.04%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=39.76%
G=25.04%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514820800.370.110.08318.6268.575.1
HexEB94D0025B813f454b
Octal3532243200451310477105113
Binary11101011100101001101000001001011011100010011111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94D0; }

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

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

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

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

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

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

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

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