#EB9EBE

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

Shades of Shocking #EB9EBE

Tints of Shocking #EB9EBE

Color information

#EB9EBE (or 0xEB9EBE) is unknown color: approx Shocking. HEX triplet: EB, 9E and BE. RGB value is (235,158,190). Sum of RGB (Red+Green+Blue) = 235+158+190=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EBE is #146141. Grayscale: #B8B8B8. Windows color (decimal): -1335618 or 12492523. OLE color: 12492523.

HSL color Cylindrical-coordinate representation of color #EB9EBE: hue angle of 335.06º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EBE is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235158190-
CMYK00.330.190.08
HSL335.06º65.81%77.06%-
HSV(B)335.06º32.77%92.16%-
XYZ55.7845.8354.62-
YUV184.67131.01163.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=40.31%
G=27.10%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515819000.330.190.08335.0665.8177.06
HexEB9EBE02113814f424d
Octal3532362760412310517102115
Binary111010111001111010111110010000110011100010100111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EBE; }

 p { color: rgb(235,158,190); }

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

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

 a { background-color: rgb(235,158,190); }

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

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

 span { border-color: rgb(235,158,190); }

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