#EB9FCA

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

Shades of Shocking #EB9FCA

Tints of Shocking #EB9FCA

Color information

#EB9FCA (or 0xEB9FCA) is unknown color: approx Shocking. HEX triplet: EB, 9F and CA. RGB value is (235,159,202). Sum of RGB (Red+Green+Blue) = 235+159+202=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FCA is #146035. Grayscale: #BABABA. Windows color (decimal): -1335350 or 13279211. OLE color: 13279211.

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

Color convert

RGB235159202-
CMYK00.320.140.08
HSL326.05º65.52%77.25%-
HSV(B)326.05º32.34%92.16%-
XYZ57.3246.7261.87-
YUV186.63136.68162.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=39.43%
G=26.68%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515920200.320.140.08326.0565.5277.25
HexEB9FCA020E8146424d
Octal3532373120401610506102115
Binary11101011100111111100101001000001110100010100011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FCA; }

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

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

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

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

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

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

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

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