#EB90C3

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

Shades of Shocking #EB90C3

Tints of Shocking #EB90C3

Color information

#EB90C3 (or 0xEB90C3) is unknown color: approx Shocking. HEX triplet: EB, 90 and C3. RGB value is (235,144,195). Sum of RGB (Red+Green+Blue) = 235+144+195=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90C3 is #146F3C. Grayscale: #B0B0B0. Windows color (decimal): -1339197 or 12816619. OLE color: 12816619.

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

Color convert

RGB235144195-
CMYK00.390.170.08
HSL326.37º69.47%74.31%-
HSV(B)326.37º38.72%92.16%-
XYZ54.0841.5556.8-
YUV177.02138.15169.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=40.94%
G=25.09%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514419500.390.170.08326.3769.4774.31
HexEB90C3027118146454a
Octal3532203030472110506105112
Binary111010111001000011000011010011110001100010100011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90C3; }

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

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

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

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

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

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

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

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