#EB8BBD

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

Shades of Shocking #EB8BBD

Tints of Shocking #EB8BBD

Color information

#EB8BBD (or 0xEB8BBD) is unknown color: approx Shocking. HEX triplet: EB, 8B and BD. RGB value is (235,139,189). Sum of RGB (Red+Green+Blue) = 235+139+189=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BBD is #147442. Grayscale: #ADADAD. Windows color (decimal): -1340483 or 12422123. OLE color: 12422123.

HSL color Cylindrical-coordinate representation of color #EB8BBD: hue angle of 328.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8BBD is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235139189-
CMYK00.410.200.08
HSL328.75º70.59%73.33%-
HSV(B)328.75º40.85%92.16%-
XYZ52.6839.853.05-
YUV173.4136.8171.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 139 (54.69% from 255) = 24.69%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=41.74%
G=24.69%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513918900.410.200.08328.7570.5973.33
HexEB8BBD0291481494749
Octal3532132750512410511107111
Binary111010111000101110111101010100110100100010100100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BBD; }

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

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

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

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

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

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

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

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