#EB90C4

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

Shades of Shocking #EB90C4

Tints of Shocking #EB90C4

Color information

#EB90C4 (or 0xEB90C4) is unknown color: approx Shocking. HEX triplet: EB, 90 and C4. RGB value is (235,144,196). Sum of RGB (Red+Green+Blue) = 235+144+196=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90C4 is #146F3B. Grayscale: #B1B1B1. Windows color (decimal): -1339196 or 12882155. OLE color: 12882155.

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

Color convert

RGB235144196-
CMYK00.390.170.08
HSL325.71º69.47%74.31%-
HSV(B)325.71º38.72%92.16%-
XYZ54.241.5957.4-
YUV177.14138.65169.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=40.87%
G=25.04%
B=34.09%

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
Decimal23514419600.390.170.08325.7169.4774.31
HexEB90C4027118146454a
Octal3532203040472110506105112
Binary111010111001000011000100010011110001100010100011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90C4; }

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

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

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

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

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

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

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

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