#EB95CA

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

Shades of Shocking #EB95CA

Tints of Shocking #EB95CA

Color information

#EB95CA (or 0xEB95CA) is unknown color: approx Shocking. HEX triplet: EB, 95 and CA. RGB value is (235,149,202). Sum of RGB (Red+Green+Blue) = 235+149+202=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95CA is #146A35. Grayscale: #B4B4B4. Windows color (decimal): -1337910 or 13276651. OLE color: 13276651.

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

Color convert

RGB235149202-
CMYK00.370.140.08
HSL323.02º68.25%75.29%-
HSV(B)323.02º36.6%92.16%-
XYZ55.6743.4261.32-
YUV180.76139.99166.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 149 (58.59% from 255) = 25.43%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=40.10%
G=25.43%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514920200.370.140.08323.0268.2575.29
HexEB95CA025E8143444b
Octal3532253120451610503104113
Binary11101011100101011100101001001011110100010100001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95CA; }

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

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

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

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

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

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

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

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