#EB90BD

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

Shades of Shocking #EB90BD

Tints of Shocking #EB90BD

Color information

#EB90BD (or 0xEB90BD) is unknown color: approx Shocking. HEX triplet: EB, 90 and BD. RGB value is (235,144,189). Sum of RGB (Red+Green+Blue) = 235+144+189=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90BD is #146F42. Grayscale: #B0B0B0. Windows color (decimal): -1339203 or 12423403. OLE color: 12423403.

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

Color convert

RGB235144189-
CMYK00.390.200.08
HSL330.33º69.47%74.31%-
HSV(B)330.33º38.72%92.16%-
XYZ53.4241.2853.3-
YUV176.34135.15169.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=41.37%
G=25.35%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514418900.390.200.08330.3369.4774.31
HexEB90BD02714814a454a
Octal3532202750472410512105112
Binary111010111001000010111101010011110100100010100101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90BD; }

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

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

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

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

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

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

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

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