#EB99CA

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

Shades of Shocking #EB99CA

Tints of Shocking #EB99CA

Color information

#EB99CA (or 0xEB99CA) is unknown color: approx Shocking. HEX triplet: EB, 99 and CA. RGB value is (235,153,202). Sum of RGB (Red+Green+Blue) = 235+153+202=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99CA is #146635. Grayscale: #B6B6B6. Windows color (decimal): -1336886 or 13277675. OLE color: 13277675.

HSL color Cylindrical-coordinate representation of color #EB99CA: hue angle of 324.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB99CA is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235153202-
CMYK00.350.140.08
HSL324.15º67.21%76.08%-
HSV(B)324.15º34.89%92.16%-
XYZ56.3144.7161.54-
YUV183.1138.67165.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 153 (60.16% from 255) = 25.93%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=39.83%
G=25.93%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515320200.350.140.08324.1567.2176.08
HexEB99CA023E8144434c
Octal3532313120431610504103114
Binary11101011100110011100101001000111110100010100010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99CA; }

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

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

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

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

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

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

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

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