#EB9ACD

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

Shades of Shocking #EB9ACD

Tints of Shocking #EB9ACD

Color information

#EB9ACD (or 0xEB9ACD) is unknown color: approx Shocking. HEX triplet: EB, 9A and CD. RGB value is (235,154,205). Sum of RGB (Red+Green+Blue) = 235+154+205=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ACD is #146532. Grayscale: #B7B7B7. Windows color (decimal): -1336627 or 13474539. OLE color: 13474539.

HSL color Cylindrical-coordinate representation of color #EB9ACD: hue angle of 322.22º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9ACD is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235154205-
CMYK00.340.130.08
HSL322.22º66.94%76.27%-
HSV(B)322.22º34.47%92.16%-
XYZ56.8445.1863.48-
YUV184.03139.84164.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=39.56%
G=25.93%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515420500.340.130.08322.2266.9476.27
HexEB9ACD022D8142434c
Octal3532323150421510502103114
Binary11101011100110101100110101000101101100010100001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ACD; }

 p { color: rgb(235,154,205); }

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

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

 a { background-color: rgb(235,154,205); }

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

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

 span { border-color: rgb(235,154,205); }

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