#EB94CD

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

Shades of Shocking #EB94CD

Tints of Shocking #EB94CD

Color information

#EB94CD (or 0xEB94CD) is unknown color: approx Shocking. HEX triplet: EB, 94 and CD. RGB value is (235,148,205). Sum of RGB (Red+Green+Blue) = 235+148+205=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94CD is #146B32. Grayscale: #B4B4B4. Windows color (decimal): -1338163 or 13473003. OLE color: 13473003.

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

Color convert

RGB235148205-
CMYK00.370.130.08
HSL320.69º68.5%75.1%-
HSV(B)320.69º37.02%92.16%-
XYZ55.8743.2563.16-
YUV180.51141.82166.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 148 (58.20% from 255) = 25.17%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=39.97%
G=25.17%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514820500.370.130.08320.6968.575.1
HexEB94CD025D8141454b
Octal3532243150451510501105113
Binary11101011100101001100110101001011101100010100000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94CD; }

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

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

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

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

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

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

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

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