#EB90C7

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

Shades of Shocking #EB90C7

Tints of Shocking #EB90C7

Color information

#EB90C7 (or 0xEB90C7) is unknown color: approx Shocking. HEX triplet: EB, 90 and C7. RGB value is (235,144,199). Sum of RGB (Red+Green+Blue) = 235+144+199=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90C7 is #146F38. Grayscale: #B1B1B1. Windows color (decimal): -1339193 or 13078763. OLE color: 13078763.

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

Color convert

RGB235144199-
CMYK00.390.150.08
HSL323.74º69.47%74.31%-
HSV(B)323.74º38.72%92.16%-
XYZ54.5441.7359.21-
YUV177.48140.15169.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=40.66%
G=24.91%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514419900.390.150.08323.7469.4774.31
HexEB90C7027F8144454a
Octal3532203070471710504105112
Binary11101011100100001100011101001111111100010100010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90C7; }

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

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

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

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

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

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

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

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