#EB95C2

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

Shades of Shocking #EB95C2

Tints of Shocking #EB95C2

Color information

#EB95C2 (or 0xEB95C2) is unknown color: approx Shocking. HEX triplet: EB, 95 and C2. RGB value is (235,149,194). Sum of RGB (Red+Green+Blue) = 235+149+194=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95C2 is #146A3D. Grayscale: #B3B3B3. Windows color (decimal): -1337918 or 12752363. OLE color: 12752363.

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

Color convert

RGB235149194-
CMYK00.370.170.08
HSL328.6º68.25%75.29%-
HSV(B)328.6º36.6%92.16%-
XYZ54.7543.0556.46-
YUV179.84135.99167.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 194 (76.17% from 255) = 33.56%
R=40.66%
G=25.78%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514919400.370.170.08328.668.2575.29
HexEB95C2025118149444b
Octal3532253020452110511104113
Binary111010111001010111000010010010110001100010100100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95C2; }

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

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

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

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

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

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

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

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