#EB90C6

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

Shades of Shocking #EB90C6

Tints of Shocking #EB90C6

Color information

#EB90C6 (or 0xEB90C6) is unknown color: approx Shocking. HEX triplet: EB, 90 and C6. RGB value is (235,144,198). Sum of RGB (Red+Green+Blue) = 235+144+198=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90C6 is #146F39. Grayscale: #B1B1B1. Windows color (decimal): -1339194 or 13013227. OLE color: 13013227.

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

Color convert

RGB235144198-
CMYK00.390.160.08
HSL324.4º69.47%74.31%-
HSV(B)324.4º38.72%92.16%-
XYZ54.4341.6958.6-
YUV177.36139.65169.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=40.73%
G=24.96%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514419800.390.160.08324.469.4774.31
HexEB90C6027108144454a
Octal3532203060472010504105112
Binary111010111001000011000110010011110000100010100010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90C6; }

 p { color: rgb(235,144,198); }

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

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

 a { background-color: rgb(235,144,198); }

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

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

 span { border-color: rgb(235,144,198); }

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