#EB8DBA

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

Shades of Shocking #EB8DBA

Tints of Shocking #EB8DBA

Color information

#EB8DBA (or 0xEB8DBA) is unknown color: approx Shocking. HEX triplet: EB, 8D and BA. RGB value is (235,141,186). Sum of RGB (Red+Green+Blue) = 235+141+186=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DBA is #147245. Grayscale: #AEAEAE. Windows color (decimal): -1339974 or 12226027. OLE color: 12226027.

HSL color Cylindrical-coordinate representation of color #EB8DBA: hue angle of 331.28º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8DBA is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235141186-
CMYK00.40.210.08
HSL331.28º70.15%73.73%-
HSV(B)331.28º40%92.16%-
XYZ52.6540.2651.45-
YUV174.24134.64171.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=41.81%
G=25.09%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514118600.40.210.08331.2870.1573.73
HexEB8DBA02815814b464a
Octal3532152720502510513106112
Binary111010111000110110111010010100010101100010100101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DBA; }

 p { color: rgb(235,141,186); }

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

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

 a { background-color: rgb(235,141,186); }

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

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

 span { border-color: rgb(235,141,186); }

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