#EB93CB

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

Shades of Shocking #EB93CB

Tints of Shocking #EB93CB

Color information

#EB93CB (or 0xEB93CB) is unknown color: approx Shocking. HEX triplet: EB, 93 and CB. RGB value is (235,147,203). Sum of RGB (Red+Green+Blue) = 235+147+203=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB93CB is #146C34. Grayscale: #B3B3B3. Windows color (decimal): -1338421 or 13341675. OLE color: 13341675.

HSL color Cylindrical-coordinate representation of color #EB93CB: hue angle of 321.82º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB93CB is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235147203-
CMYK00.370.140.08
HSL321.82º68.75%74.9%-
HSV(B)321.82º37.45%92.16%-
XYZ55.4742.8461.85-
YUV179.7141.15167.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=40.17%
G=25.13%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514720300.370.140.08321.8268.7574.9
HexEB93CB025E8142454b
Octal3532233130451610502105113
Binary11101011100100111100101101001011110100010100001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93CB; }

 p { color: rgb(235,147,203); }

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

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

 a { background-color: rgb(235,147,203); }

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

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

 span { border-color: rgb(235,147,203); }

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