#EB95C0

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

Shades of Shocking #EB95C0

Tints of Shocking #EB95C0

Color information

#EB95C0 (or 0xEB95C0) is unknown color: approx Shocking. HEX triplet: EB, 95 and C0. RGB value is (235,149,192). Sum of RGB (Red+Green+Blue) = 235+149+192=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95C0 is #146A3F. Grayscale: #B3B3B3. Windows color (decimal): -1337920 or 12621291. OLE color: 12621291.

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

Color convert

RGB235149192-
CMYK00.370.180.08
HSL330º68.25%75.29%-
HSV(B)330º36.6%92.16%-
XYZ54.5242.9655.29-
YUV179.62134.99167.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 192 (75.39% from 255) = 33.33%
R=40.80%
G=25.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514919200.370.180.0833068.2575.29
HexEB95C002512814a444b
Octal3532253000452210512104113
Binary111010111001010111000000010010110010100010100101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95C0; }

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

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

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

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

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

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

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

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