#EB94CA

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

Shades of Shocking #EB94CA

Tints of Shocking #EB94CA

Color information

#EB94CA (or 0xEB94CA) is unknown color: approx Shocking. HEX triplet: EB, 94 and CA. RGB value is (235,148,202). Sum of RGB (Red+Green+Blue) = 235+148+202=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94CA is #146B35. Grayscale: #B4B4B4. Windows color (decimal): -1338166 or 13276395. OLE color: 13276395.

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

Color convert

RGB235148202-
CMYK00.370.140.08
HSL322.76º68.5%75.1%-
HSV(B)322.76º37.02%92.16%-
XYZ55.5143.1161.27-
YUV180.17140.32167.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=40.17%
G=25.30%
B=34.53%

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
Decimal23514820200.370.140.08322.7668.575.1
HexEB94CA025E8143454b
Octal3532243120451610503105113
Binary11101011100101001100101001001011110100010100001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94CA; }

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

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

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

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

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

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

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

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