#EB92D0

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

Shades of Shocking #EB92D0

Tints of Shocking #EB92D0

Color information

#EB92D0 (or 0xEB92D0) is unknown color: approx Shocking. HEX triplet: EB, 92 and D0. RGB value is (235,146,208). Sum of RGB (Red+Green+Blue) = 235+146+208=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EB92D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB92D0 is #146D2F. Grayscale: #B3B3B3. Windows color (decimal): -1338672 or 13669099. OLE color: 13669099.

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

Color convert

RGB235146208-
CMYK00.380.110.08
HSL318.2º68.99%74.71%-
HSV(B)318.2º37.87%92.16%-
XYZ55.9342.7764.98-
YUV179.68143.99167.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 146 (57.42% from 255) = 24.79%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=39.90%
G=24.79%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514620800.380.110.08318.268.9974.71
HexEB92D0026B813e454b
Octal3532223200461310476105113
Binary11101011100100101101000001001101011100010011111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB92D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB92D0; }

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

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

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

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

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

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

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

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