#EB95CC

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

Shades of Shocking #EB95CC

Tints of Shocking #EB95CC

Color information

#EB95CC (or 0xEB95CC) is unknown color: approx Shocking. HEX triplet: EB, 95 and CC. RGB value is (235,149,204). Sum of RGB (Red+Green+Blue) = 235+149+204=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95CC is #146A33. Grayscale: #B4B4B4. Windows color (decimal): -1337908 or 13407723. OLE color: 13407723.

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

Color convert

RGB235149204-
CMYK00.370.130.08
HSL321.63º68.25%75.29%-
HSV(B)321.63º36.6%92.16%-
XYZ55.9143.5262.58-
YUV180.98140.99166.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=39.97%
G=25.34%
B=34.69%

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
Decimal23514920400.370.130.08321.6368.2575.29
HexEB95CC025D8142444b
Octal3532253140451510502104113
Binary11101011100101011100110001001011101100010100001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95CC; }

 p { color: rgb(235,149,204); }

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

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

 a { background-color: rgb(235,149,204); }

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

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

 span { border-color: rgb(235,149,204); }

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