#EB92CC

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

Shades of Shocking #EB92CC

Tints of Shocking #EB92CC

Color information

#EB92CC (or 0xEB92CC) is unknown color: approx Shocking. HEX triplet: EB, 92 and CC. RGB value is (235,146,204). Sum of RGB (Red+Green+Blue) = 235+146+204=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB92CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB92CC is #146D33. Grayscale: #B3B3B3. Windows color (decimal): -1338676 or 13406955. OLE color: 13406955.

HSL color Cylindrical-coordinate representation of color #EB92CC: hue angle of 320.9º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB92CC is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235146204-
CMYK00.380.130.08
HSL320.9º68.99%74.71%-
HSV(B)320.9º37.87%92.16%-
XYZ55.4442.5862.42-
YUV179.22141.99167.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=40.17%
G=24.96%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514620400.380.130.08320.968.9974.71
HexEB92CC026D8141454b
Octal3532223140461510501105113
Binary11101011100100101100110001001101101100010100000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB92CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB92CC; }

 p { color: rgb(235,146,204); }

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

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

 a { background-color: rgb(235,146,204); }

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

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

 span { border-color: rgb(235,146,204); }

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